summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xf86Jstk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xf86Jstk.c b/src/xf86Jstk.c
index 566529f..209c6d3 100644
--- a/src/xf86Jstk.c
+++ b/src/xf86Jstk.c
@@ -59,13 +59,13 @@
#else /* pre 3.9 headers */
#define NEED_EVENTS
-#include "X.h"
-#include "Xproto.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
#include "misc.h"
#include "inputstr.h"
#include "scrnintstr.h"
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
#include "compiler.h"