summaryrefslogtreecommitdiff
path: root/src/xcb_in.c
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-04-19 22:48:10 -0700
committerJamey Sharp <jamey@minilop.net>2006-04-19 22:48:10 -0700
commit8953a14f2b1518042ed0745574e22fa2adfb6cac (patch)
treee9da5152f24fe4040b5183daf33b29e6accab9b7 /src/xcb_in.c
parent05a66af895442b9fceb96c9130e77694927eabaf (diff)
Add <sys/select.h> to xcb_in.c to fix bug #6122.
Diffstat (limited to 'src/xcb_in.c')
-rw-r--r--src/xcb_in.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xcb_in.c b/src/xcb_in.c
index db9d1ca..ecacb99 100644
--- 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"