diff options
author | Jeetu Golani <jeetu.golani@gmail.com> | 2010-03-26 09:40:09 +0530 |
---|---|---|
committer | Jeetu Golani <jeetu.golani@gmail.com> | 2010-03-26 09:40:09 +0530 |
commit | bce72f63d2dfb61661f81e305ad3a7db0334403c (patch) | |
tree | 350128b8b2035da00b4679d59c409cc19c39d669 /src/xcb.h | |
parent | 53a9834e4cdd11aba8c1cc49347f09a958107de8 (diff) |
Win32 code for xcb-1.5
Diffstat (limited to 'src/xcb.h')
-rw-r--r-- | src/xcb.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,7 +35,11 @@ #include <stdint.h> #endif +#ifndef _WIN32 #include <sys/uio.h> +#else +#include "windefs.h" +#endif #include <pthread.h> |