aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/features.h2
-rw-r--r--include/sys/timeb.h2
-rw-r--r--include/utime.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/include/features.h b/include/features.h
index f4d651ef..d5072520 100644
--- a/include/features.h
+++ b/include/features.h
@@ -35,4 +35,6 @@
#define _Noreturn
#endif
+#define __USE_TIME_BITS64
+
#endif
diff --git a/include/sys/timeb.h b/include/sys/timeb.h
index 108c1f5c..e4b75296 100644
--- a/include/sys/timeb.h
+++ b/include/sys/timeb.h
@@ -4,6 +4,8 @@
extern "C" {
#endif
+#include <features.h>
+
#define __NEED_time_t
#include <bits/alltypes.h>
diff --git a/include/utime.h b/include/utime.h
index dd5ff927..28cdfa51 100644
--- a/include/utime.h
+++ b/include/utime.h
@@ -5,6 +5,8 @@
extern "C" {
#endif
+#include <features.h>
+
#define __NEED_time_t
#include <bits/alltypes.h>