summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/windowswm.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/windowswm.c b/src/windowswm.c
index c61f792..38c427d 100755
--- a/src/windowswm.c
+++ b/src/windowswm.c
@@ -33,8 +33,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define NEED_EVENTS
#define NEED_REPLIES
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/Xlibint.h>
-#include "windowswmstr.h"
+#include <X11/extensions/windowswmstr.h>
#include <X11/extensions/Xext.h>
#include "extutil.h"
#include <stdio.h>