summaryrefslogtreecommitdiff
path: root/include/select.h
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-09 14:41:53 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-09 14:41:53 +0200
commit5fadc0cbb8577c61d66bd6f19ceaf0507c11e23b (patch)
tree684758441f5b431d0008253243034b6a4a29417c /include/select.h
parent249866e3d1e11dc72eaa1305f4bb479ded92ef38 (diff)
initial clang-format
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();