summaryrefslogtreecommitdiff
path: root/src/XIint.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-03-03 15:29:25 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-03-11 14:38:15 +1000
commit13445f170c80f9e2c48e78aa1ec14e956b75c297 (patch)
treef1dedfb3fe131aba604ffe92bfcc476521508b1d /src/XIint.h
parentb42809a2e9a8fa821ce6b43e5aba374e922aab39 (diff)
XIint.h fix compile error, include XInput.h
Diffstat (limited to 'src/XIint.h')
-rw-r--r--src/XIint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/XIint.h b/src/XIint.h
index 3b9a624..47c6f53 100644
--- a/src/XIint.h
+++ b/src/XIint.h
@@ -8,6 +8,7 @@
#ifndef _XIINT_H_
#define _XIINT_H_
#include <X11/extensions/XIproto.h> /* for xAnyClassPtr */
+#include <X11/extensions/XInput.h> /* for XAnyClassPtr */
extern XExtDisplayInfo *XInput_find_display(Display *);