summaryrefslogtreecommitdiff
path: root/src/xcb.h
diff options
context:
space:
mode:
authorJeetu Golani <jeetu.golani@gmail.com>2010-03-26 09:40:09 +0530
committerJeetu Golani <jeetu.golani@gmail.com>2010-03-26 09:40:09 +0530
commitbce72f63d2dfb61661f81e305ad3a7db0334403c (patch)
tree350128b8b2035da00b4679d59c409cc19c39d669 /src/xcb.h
parent53a9834e4cdd11aba8c1cc49347f09a958107de8 (diff)
Win32 code for xcb-1.5
Diffstat (limited to 'src/xcb.h')
-rw-r--r--src/xcb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xcb.h b/src/xcb.h
index 35d8768..bd9b635 100644
--- a/src/xcb.h
+++ b/src/xcb.h
@@ -35,7 +35,11 @@
#include <stdint.h>
#endif
+#ifndef _WIN32
#include <sys/uio.h>
+#else
+#include "windefs.h"
+#endif
#include <pthread.h>