--- src/sys/sys/select.h 2008/05/28 10:35:11 1.11 +++ src/sys/sys/select.h 2008/06/18 09:36:07 1.12 @@ -48,9 +48,9 @@ #endif #include +#include __BEGIN_DECLS -struct timeval; int select(int, fd_set * __restrict, fd_set * __restrict, fd_set * __restrict, struct timeval * __restrict); struct timespec;