xcon: include sys/types.h for select() and related macros

This commit is contained in:
Pavel Roskin 2016-01-30 18:08:37 -08:00
parent 5b0dcfc8fe
commit f1ba2b2c9d

View File

@ -19,6 +19,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <sys/types.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>
Display *g_display = 0; Display *g_display = 0;