summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Duft <markus.duft@salomon.at>2010-04-16 08:39:34 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-16 08:43:12 -0700
commitd9cf5885b0f97942fbbd2a7cc50118132ece50f6 (patch)
tree978df35faad75ab71a83664bd7f69f615f0f1f8d
parenta3f5f1b90936d23e9894e3261b2d77fb7b32a51a (diff)
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>
-rw-r--r--src/xcb_io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xcb_io.c b/src/xcb_io.c
index fe59eed4..463ef844 100644
--- a/src/xcb_io.c
+++ b/src/xcb_io.c
@@ -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>