diff options
Diffstat (limited to 'StdLib/Include/sys/select.h')
-rw-r--r-- | StdLib/Include/sys/select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StdLib/Include/sys/select.h b/StdLib/Include/sys/select.h index e1e5de1d5f..5166a0552f 100644 --- a/StdLib/Include/sys/select.h +++ b/StdLib/Include/sys/select.h @@ -38,6 +38,7 @@ #include <sys/fd_set.h>
#include <sys/sigtypes.h>
+#include <sys/time.h>
#include <time.h>
__BEGIN_DECLS
|