restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without these...
authorJeetu Golani <jeetu.golani@gmail.com>
Wed, 31 Mar 2010 04:20:51 +0000 (09:50 +0530)
committerJeetu Golani <jeetu.golani@gmail.com>
Wed, 31 Mar 2010 04:20:51 +0000 (09:50 +0530)
src/xcb_util.c

index 882db52..2be59d2 100644 (file)
@@ -44,6 +44,8 @@
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <netinet/in.h>
+#include <netinet/tcp.h>
+#include <fcntl.h>
 #include <netdb.h>
 #endif /* _WIN32 */