Win32 code for xcb-1.5
[free-sw/xcb/libxcb] / src / xcb.h
index 35d8768..bd9b635 100644 (file)
--- a/src/xcb.h
+++ b/src/xcb.h
 #include <stdint.h>
 #endif
 
+#ifndef _WIN32
 #include <sys/uio.h>
+#else
+#include "windefs.h"
+#endif
 #include <pthread.h>