Add <sys/select.h> to xcb_in.c to fix bug #6122.
authorJamey Sharp <jamey@minilop.net>
Thu, 20 Apr 2006 05:48:10 +0000 (22:48 -0700)
committerJamey Sharp <jamey@minilop.net>
Thu, 20 Apr 2006 05:48:10 +0000 (22:48 -0700)
src/xcb_in.c

index db9d1ca..ecacb99 100644 (file)
@@ -30,6 +30,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
+#include <sys/select.h>
 #include <errno.h>
 
 #include "xcb.h"