summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-03-03 15:17:54 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-03-11 14:38:15 +1000
commitb42809a2e9a8fa821ce6b43e5aba374e922aab39 (patch)
tree5b1c3f3a602b627d6793a1334b49060987226fe3
parentc6da12b3965f60d893c3fabad4f95dac10ebe7d9 (diff)
XExtInt compile fix - include XI2.h
-rw-r--r--src/XExtInt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c
index 4e24216..26f79e1 100644
--- a/src/XExtInt.c
+++ b/src/XExtInt.c
@@ -54,6 +54,7 @@ SOFTWARE.
#define NEED_REPLIES
#include <stdio.h>
#include <X11/extensions/XI.h>
+#include <X11/extensions/XI2.h>
#include <X11/extensions/XIproto.h>
#include <X11/Xlibint.h>
#include <X11/extensions/XInput.h>