From 3b913463b9fe9ccf030d360b3804cf7875173cc6 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 15 Feb 2001 16:37:57 +0000 Subject: And apparently some things include sys/time.h instead of time.h in uClibc... --- include/sys/time.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/sys/time.h') 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 -#include - /* 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 #include #define __need_timeval -- cgit v1.2.3