diff options
Diffstat (limited to 'include/select.h')
-rw-r--r-- | include/select.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/include/select.h b/include/select.h index 7257ddd..41bfcb7 100644 --- a/include/select.h +++ b/include/select.h @@ -1,13 +1 @@ -#ifndef SELECT_H -#define SELECT_H - -#include <sys/time.h> -#include <sys/types.h> - -#ifdef HAS_SELECT_H - #include <sys/select.h> -#endif - -extern int select(); - -#endif +#include <sys/select.h> |