Add <sys/select.h> to xcb_in.c to fix bug #6122.
This commit is contained in:
parent
05a66af895
commit
8953a14f2b
|
@ -30,6 +30,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/select.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "xcb.h"
|
||||
|
|
Loading…
Reference in New Issue