From d9cf5885b0f97942fbbd2a7cc50118132ece50f6 Mon Sep 17 00:00:00 2001 From: Markus Duft Date: Fri, 16 Apr 2010 08:39:34 -0700 Subject: [PATCH] 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 --- src/xcb_io.c | 2 ++ 1 file changed, 2 insertions(+) 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 #include +#ifdef HAVE_INTTYPES_H #include +#endif #include #include #include