[PATCH inputproto 1/2] Include stdint.h
Daniel Stone
daniel at fooishbar.org
Fri Dec 17 09:11:09 PST 2010
From: Chase Douglas <chase.douglas at ubuntu.com>
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 at canonical.com>
Signed-off-by: Daniel Stone <daniel at fooishbar.org>
---
XI2proto.h | 1 +
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
--
1.7.2.3
More information about the xorg-devel
mailing list