Since we use the stdint types, seems prudent to include it. Signed-off-by: Daniel Stone <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
