[PATCH inputproto 1/2] Include stdint.h
Peter Hutterer
peter.hutterer at who-t.net
Tue Dec 21 17:27:45 PST 2010
On Fri, Dec 17, 2010 at 05:11:09PM +0000, Daniel Stone wrote:
> 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
I've merged and pushed this, since it's unrelated anyway.
Cheers,
Peter
More information about the xorg-devel
mailing list