diff options
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index ca6f3634f..a4ff9b8d7 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -154,6 +154,7 @@ __extension__ typedef unsigned long long __u64; | |||
154 | 154 | ||
155 | #if defined __GLIBC__ || defined __UCLIBC__ \ | 155 | #if defined __GLIBC__ || defined __UCLIBC__ \ |
156 | || defined __dietlibc__ || defined _NEWLIB_VERSION | 156 | || defined __dietlibc__ || defined _NEWLIB_VERSION |
157 | #define _XOPEN_SOURCE | ||
157 | #include <features.h> | 158 | #include <features.h> |
158 | #define HAVE_FEATURES_H | 159 | #define HAVE_FEATURES_H |
159 | #include <stdint.h> | 160 | #include <stdint.h> |