aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 9d58427b9..5591f2547 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -54,7 +54,7 @@
54 * For strptime (glibc2 needs this). 54 * For strptime (glibc2 needs this).
55 */ 55 */
56#ifndef _XOPEN_SOURCE 56#ifndef _XOPEN_SOURCE
57#define _XOPEN_SOURCE 57#define _XOPEN_SOURCE 499
58#endif 58#endif
59 59
60#ifndef _REENTRANT 60#ifndef _REENTRANT