[PATCH inputproto 1/2] XI2proto.h: Include stdint.h
Daniel Stone
daniel at fooishbar.org
Sun Sep 19 22:03:02 PDT 2010
Since we use the stdint types, seems prudent to include it.
Signed-off-by: Daniel Stone <daniel at fooishbar.org>
---
XI2proto.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/XI2proto.h b/XI2proto.h
index 2fd91eb..fb345f4 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -61,6 +61,8 @@
#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
#define Time uint32_t
--
1.7.1
More information about the xorg-devel
mailing list