summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeetu Golani <jeetu.golani@gmail.com>2010-03-31 09:50:51 +0530
committerJeetu Golani <jeetu.golani@gmail.com>2010-03-31 09:50:51 +0530
commite8009194c9f5a6995c4a9b03a7a49d5bc09e96fc (patch)
tree3092fa1bea1cad1217f1e35315c559de531c9839
parentd302f1e9b158d0a51936c28e5dc66251d90d1d56 (diff)
restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without these the code no longer compiled on *ix
-rw-r--r--src/xcb_util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xcb_util.c b/src/xcb_util.c
index 882db52..2be59d2 100644
--- a/src/xcb_util.c
+++ b/src/xcb_util.c
@@ -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 */