summaryrefslogtreecommitdiff
path: root/include/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/select.h')
-rw-r--r--include/select.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/select.h b/include/select.h
index 646dd50..7257ddd 100644
--- a/include/select.h
+++ b/include/select.h
@@ -1,11 +1,11 @@
#ifndef SELECT_H
#define SELECT_H
-#include <sys/types.h>
#include <sys/time.h>
+#include <sys/types.h>
#ifdef HAS_SELECT_H
-#include <sys/select.h>
+ #include <sys/select.h>
#endif
extern int select();