xcon: include sys/types.h for select() and related macros
This commit is contained in:
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…
Reference in New Issue
Block a user