From 5c2d5fd99d73ae52aef62376046b5708c58a4271 Mon Sep 17 00:00:00 2001 From: Chase Douglas Date: Fri, 17 Dec 2010 17:11:09 +0000 Subject: [PATCH] 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 Signed-off-by: Daniel Stone Signed-off-by: Peter Hutterer --- XI2proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/XI2proto.h b/XI2proto.h index 2fd91eb..84574a5 100644 --- a/XI2proto.h +++ b/XI2proto.h @@ -60,6 +60,7 @@ #include #include #include +#include /* make sure types have right sizes for protocol structures. */ #define Window uint32_t