summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/port/sys_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h
index 52fcae3..f5a010c 100644
--- a/src/port/sys_internal.h
+++ b/src/port/sys_internal.h
@@ -34,7 +34,7 @@
#endif /* defined OS_MINOR_VERSION == 6 */
#else
#if OS_MAJOR_VERSION == 3
-#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 3
+#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 14
#define _XOPEN_SOURCE 600
#define HAVE_STRDUP
#else