about summary refs log tree commit diff
path: root/time/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/sys/time.h')
-rw-r--r--time/sys/time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/sys/time.h b/time/sys/time.h
index 0204050d22..f5b03f3e9e 100644
--- a/time/sys/time.h
+++ b/time/sys/time.h
@@ -17,15 +17,15 @@
    Boston, MA 02111-1307, USA.  */
 
 #ifndef _SYS_TIME_H
-
 #define _SYS_TIME_H	1
+
 #include <features.h>
 
 #include <time.h>
 #include <sys/select.h>
 
 #define __need_timeval
-#include <timebits.h>
+#include <bits/time.h>
 
 
 __BEGIN_DECLS