diff options
Diffstat (limited to 'source/lib/events.c')
-rw-r--r-- | source/lib/events.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/lib/events.c b/source/lib/events.c index dac23ec6bc1..276b3d08e98 100644 --- a/source/lib/events.c +++ b/source/lib/events.c @@ -65,6 +65,8 @@ */ #include "includes.h" +#include "system/time.h" +#include "system/select.h" /* create a event_context structure. This must be the first events |