restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without these the code no longer compiled on *ix

This commit is contained in:
Jeetu Golani 2010-03-31 09:50:51 +05:30
parent d302f1e9b1
commit e8009194c9

View 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 */