add missing includes

master
leitner 3 years ago
parent e1f516b426
commit 1fb5505cc2

@ -8,6 +8,11 @@
#include <sys/time.h>
#endif
#include <errno.h>
#ifdef __dietlibc__
#include <threads.h>
#else
#include <semaphore.h>
#endif
// return the next event, waiting of none are queued
// wait at most timeout milliseconds

Loading…
Cancel
Save