diff options
Diffstat (limited to 'include/select.h')
-rw-r--r-- | include/select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/select.h b/include/select.h index 7257ddd..4f63684 100644 --- a/include/select.h +++ b/include/select.h @@ -8,6 +8,6 @@ #include <sys/select.h> #endif -extern int select(); +extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); #endif |