summaryrefslogtreecommitdiff
path: root/include/sys/time.h
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-02-15 16:37:57 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-02-15 16:37:57 +0000
commit3b913463b9fe9ccf030d360b3804cf7875173cc6 (patch)
tree1f2f75a6bcd5589507bec07b556d529d02d00ad2 /include/sys/time.h
parent49169b709c250b205b3e2de089592f22be71144e (diff)
And apparently some things include sys/time.h instead of time.h in uClibc...
Diffstat (limited to 'include/sys/time.h')
-rw-r--r--include/sys/time.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sys/time.h b/include/sys/time.h
index ae5d954d6..c05c5c210 100644
--- a/include/sys/time.h
+++ b/include/sys/time.h
@@ -21,8 +21,6 @@
#include <features.h>
-#include <time.h>
-
/* POSIX.4 structure for a time value. This is like a `struct timeval' but
has nanoseconds instead of microseconds. */
struct timespec
@@ -31,6 +29,7 @@ struct timespec
long int tv_nsec; /* Nanoseconds. */
};
+#include <time.h>
#include <sys/select.h>
#define __need_timeval