diff options
author | Chase Douglas <chase.douglas@ubuntu.com> | 2010-12-17 17:11:09 +0000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-12-22 11:26:57 +1000 |
commit | 5c2d5fd99d73ae52aef62376046b5708c58a4271 (patch) | |
tree | 18007a2c2ebe56fabb87d53483690a00e037dee9 /XI2proto.h | |
parent | 56ffb564712257e0f998170e83071a6ee85aa231 (diff) |
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 <chase.douglas@canonical.com>
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'XI2proto.h')
-rw-r--r-- | XI2proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |