projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f705456
)
Bugfix: xcb_conn.c included <sys/fcntl.h> instead of the POSIX-standard <fcntl.h>.
author
Alan Coopersmith
<alan.coopersmith@sun.com>
Thu, 20 Apr 2006 04:51:33 +0000
(21:51 -0700)
committer
Jamey Sharp
<jamey@minilop.net>
Thu, 20 Apr 2006 04:51:33 +0000
(21:51 -0700)
src/xcb_conn.c
patch
|
blob
|
history
diff --git
a/src/xcb_conn.c
b/src/xcb_conn.c
index
95b5fa2
..
f25cc20
100644
(file)
--- a/
src/xcb_conn.c
+++ b/
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"