mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 21:28:04 +02:00
Bug 26839: Fix build problem on Interix (POSIX layer on Windows)
https://bugs.freedesktop.org/show_bug.cgi?id=26839 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
a3f5f1b909
commit
d9cf5885b0
1 changed files with 2 additions and 0 deletions
|
|
@ -12,7 +12,9 @@
|
|||
#include <xcb/xcbext.h>
|
||||
|
||||
#include <assert.h>
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue