From: Jeetu Golani Date: Wed, 31 Mar 2010 04:20:51 +0000 (+0530) Subject: restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without these... X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8009194c9f5a6995c4a9b03a7a49d5bc09e96fc;p=free-sw%2Fxcb%2Flibxcb restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without these the code no longer compiled on *ix --- 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 #include #include +#include +#include #include #endif /* _WIN32 */