summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@ubuntu.com>2010-12-17 17:11:09 +0000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-12-22 11:26:57 +1000
commit5c2d5fd99d73ae52aef62376046b5708c58a4271 (patch)
tree18007a2c2ebe56fabb87d53483690a00e037dee9
parent56ffb564712257e0f998170e83071a6ee85aa231 (diff)
Include stdint.h
I'm now getting build failures due to missing stdint.h. It seems we should include it explicitly in XI2proto.h anyways. Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--XI2proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/XI2proto.h b/XI2proto.h
index 2fd91eb..84574a5 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -60,6 +60,7 @@
#include <X11/Xproto.h>
#include <X11/X.h>
#include <X11/extensions/XI2.h>
+#include <stdint.h>
/* make sure types have right sizes for protocol structures. */
#define Window uint32_t