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:
Markus Duft 2010-04-16 08:39:34 -07:00 committed by Alan Coopersmith
parent a3f5f1b909
commit d9cf5885b0

View file

@ -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>