[Xcb-commit] xcb

Jamey Sharp jamey at kemper.freedesktop.org
Wed Apr 19 21:52:02 PDT 2006


 xcb/src/xcb_conn.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 2849bf36c03e00a33668d9c24bfe8318512e8d93 (from c9b218db0fd7e1001adf6f98a89f178299cc677c)
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Apr 19 21:51:33 2006 -0700

    Bugfix: xcb_conn.c included <sys/fcntl.h> instead of the POSIX-standard <fcntl.h>.

diff --git a/xcb/src/xcb_conn.c b/xcb/src/xcb_conn.c
index 95b5fa2..f25cc20 100644
--- a/xcb/src/xcb_conn.c
+++ b/xcb/src/xcb_conn.c
@@ -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"


More information about the xcb-commit mailing list