summaryrefslogtreecommitdiff
path: root/time/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/time.h')
-rw-r--r--time/time.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/time/time.h b/time/time.h
index 709e56eca2..ce9b9755b1 100644
--- a/time/time.h
+++ b/time/time.h
@@ -44,7 +44,7 @@ __BEGIN_DECLS
/* This defines CLOCKS_PER_SEC, which is the number of processor clock
ticks per second. */
-#include <timebits.h>
+#include <bits/time.h>
/* This is the obsolete POSIX.1-1988 name for the same constant. */
#ifdef __USE_POSIX
@@ -59,7 +59,7 @@ __BEGIN_DECLS
#if !defined __clock_t_defined && (defined _TIME_H || defined __need_clock_t)
#define __clock_t_defined 1
-#include <gnu/types.h>
+#include <bits/types.h>
/* Returned by `clock'. */
typedef __clock_t clock_t;
@@ -70,7 +70,7 @@ typedef __clock_t clock_t;
#if !defined __time_t_defined && (defined _TIME_H || defined __need_time_t)
#define __time_t_defined 1
-#include <gnu/types.h>
+#include <bits/types.h>
/* Returned by `time'. */
typedef __time_t time_t;