Add <sys/select.h> to xcb_in.c to fix bug #6122.

This commit is contained in:
Jamey Sharp 2006-04-19 22:48:10 -07:00
parent 05a66af895
commit 8953a14f2b

View File

@ -30,6 +30,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/select.h>
#include <errno.h>
#include "xcb.h"