diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/features-time64.h | 1 | ||||
-rw-r--r-- | include/features.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/features-time64.h b/include/features-time64.h new file mode 100644 index 0000000000..06115b7c86 --- /dev/null +++ b/include/features-time64.h @@ -0,0 +1 @@ +#include_next <features-time64.h> diff --git a/include/features.h b/include/features.h index fcd1a9502f..039bcb112b 100644 --- a/include/features.h +++ b/include/features.h @@ -389,6 +389,8 @@ # define __USE_FILE_OFFSET64 1 #endif +#include <features-time64.h> + #if defined _DEFAULT_SOURCE # define __USE_MISC 1 #endif |