summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-11-09 22:31:56 +0000
committerAdam Jackson <ajax@nwnk.net>2005-11-09 22:31:56 +0000
commit409923502f4f23bc8352702270eb46c7b1d6194b (patch)
tree9d0e8b38b7fe83e67bcd446a44a91ae974de4c36
parentb2140fb3936513aab3f3c9bb666c2cda88426725 (diff)
#include "foowmstr.h" -> #include <X11/extensions/foowmstr.h>
-rw-r--r--src/applewm.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/applewm.c b/src/applewm.c
index 6a1142f..b2881b9 100644
--- a/src/applewm.c
+++ b/src/applewm.c
@@ -30,8 +30,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 "applewmstr.h"
+#include <X11/extensions/applewmstr.h>
#include <X11/extensions/Xext.h>
#include "extutil.h"
#include <stdio.h>