diff options
Diffstat (limited to 'otherlibs/graph/events.c')
-rw-r--r-- | otherlibs/graph/events.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/graph/events.c b/otherlibs/graph/events.c index dadd0938b..fe50cdda4 100644 --- a/otherlibs/graph/events.c +++ b/otherlibs/graph/events.c @@ -22,6 +22,8 @@ #ifdef HAS_SYS_SELECT_H #include <sys/select.h> #endif +#include <string.h> +#include <unistd.h> struct event_data { short kind; |