Bugfix: xcb_conn.c included <sys/fcntl.h> instead of the POSIX-standard <fcntl.h>.
authorAlan Coopersmith <alan.coopersmith@sun.com>
Thu, 20 Apr 2006 04:51:33 +0000 (21:51 -0700)
committerJamey Sharp <jamey@minilop.net>
Thu, 20 Apr 2006 04:51:33 +0000 (21:51 -0700)
src/xcb_conn.c

index 95b5fa2..f25cc20 100644 (file)
@@ -32,7 +32,7 @@
 #include <stdlib.h>
 #include <netinet/in.h>
 #include <sys/select.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
 #include <errno.h>
 
 #include "xcb.h"