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:
05a66af
)
Add <sys/select.h> to xcb_in.c to fix bug #6122.
author
Jamey Sharp
<jamey@minilop.net>
Thu, 20 Apr 2006 05:48:10 +0000
(22:48 -0700)
committer
Jamey Sharp
<jamey@minilop.net>
Thu, 20 Apr 2006 05:48:10 +0000
(22:48 -0700)
src/xcb_in.c
patch
|
blob
|
history
diff --git
a/src/xcb_in.c
b/src/xcb_in.c
index
db9d1ca
..
ecacb99
100644
(file)
--- a/
src/xcb_in.c
+++ b/
src/xcb_in.c
@@
-30,6
+30,7
@@
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
+#include <sys/select.h>
#include <errno.h>
#include "xcb.h"