add missing includes
This commit is contained in:
parent
e1f516b426
commit
1fb5505cc2
@ -8,6 +8,11 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#ifdef __dietlibc__
|
||||||
|
#include <threads.h>
|
||||||
|
#else
|
||||||
|
#include <semaphore.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
// return the next event, waiting of none are queued
|
// return the next event, waiting of none are queued
|
||||||
// wait at most timeout milliseconds
|
// wait at most timeout milliseconds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user