summaryrefslogtreecommitdiff
path: root/src/xcb.h
diff options
context:
space:
mode:
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>