diff options
Diffstat (limited to 'time/sys')
-rw-r--r-- | time/sys/time.h | 4 | ||||
-rw-r--r-- | time/sys/timeb.h | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/time/sys/timeb.h b/time/sys/timeb.h index b3887b7254..9959f92979 100644 --- a/time/sys/timeb.h +++ b/time/sys/timeb.h @@ -17,8 +17,8 @@ Boston, MA 02111-1307, USA. */ #ifndef _SYS_TIMEB_H - #define _SYS_TIMEB_H 1 + #include <features.h> #define __need_time_t |