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

ulab-next-nosound
Pavel Roskin 8 years ago
parent 5b0dcfc8fe
commit f1ba2b2c9d

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

Loading…
Cancel
Save