aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/posix/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'extras/mini-os/include/posix/sys/select.h')
-rw-r--r--extras/mini-os/include/posix/sys/select.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/mini-os/include/posix/sys/select.h b/extras/mini-os/include/posix/sys/select.h
index a9337be4fc..5132c51224 100644
--- a/extras/mini-os/include/posix/sys/select.h
+++ b/extras/mini-os/include/posix/sys/select.h
@@ -2,7 +2,6 @@
#define _POSIX_SELECT_H
#include <sys/time.h>
-#include <lwip/sockets.h>
int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout);
#endif /* _POSIX_SELECT_H */