summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@ubuntu.com>2010-10-08 20:26:37 +0200
committerChase Douglas <chase.douglas@ubuntu.com>2010-10-08 20:26:37 +0200
commitfa2fc95e6438c2749f75281103fb058479d5b3fa (patch)
treec454ae707092c2bac52b1c30ad9bc59d50543fad
parent7a944ed08cec97fd553758a7c04ca45374224583 (diff)
Include stdint.hHEADxi2.1
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>
-rw-r--r--XI2proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/XI2proto.h b/XI2proto.h
index ba9c691..d60ee09 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