summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/applewm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/applewm.c b/src/applewm.c
index 620cf0d..59bdef2 100644
--- a/src/applewm.c
+++ b/src/applewm.c
@@ -34,7 +34,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <config.h>
#endif
#include <X11/Xlibint.h>
-#include <X11/extensions/applewmstr.h>
+#include <X11/extensions/applewm.h>
+#include <X11/extensions/applewmproto.h>
#include <X11/extensions/Xext.h>
#include <X11/extensions/extutil.h>
#include <stdio.h>