OSDN Git Service

And apparently some things include sys/time.h instead of time.h in uClibc...
authorManuel Novoa III <mjn3@codepoet.org>
Thu, 15 Feb 2001 16:37:57 +0000 (16:37 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Thu, 15 Feb 2001 16:37:57 +0000 (16:37 -0000)
include/sys/time.h

index ae5d954..c05c5c2 100644 (file)
@@ -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