aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/sys/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sys/select.h b/misc/sys/select.h
index 3316361..96af958 100644
--- a/misc/sys/select.h
+++ b/misc/sys/select.h
@@ -42,7 +42,7 @@ typedef __sigset_t sigset_t;
#define __need_timespec
#include <time.h>
#define __need_timeval
-#include <sys/time.h>
+#include <bits/time.h>
/* The fd_set member is required to be an array of longs. */