mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 13:08:01 +02:00
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>
This commit is contained in:
parent
56ffb56471
commit
5c2d5fd99d
1 changed files with 1 additions and 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue