Usermode/libposix - More definitions on the way to dropbear
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / sys / select.h
index c33ccb1..cf2f1aa 100644 (file)
@@ -9,6 +9,7 @@
 #define _SYS__SELECT_H_
 
 #include <acess/fd_set.h>
+#include <sys/time.h>
 
 extern int select(int nfds, fd_set *readfds, fd_set *writefds, struct timeval *timeout);
 // TODO: pselect?

UCC git Repository :: git.ucc.asn.au