summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-26 17:19:15 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-26 17:19:15 +0200
commit3cb947a94ae1b2ce436c9694beab54cae9793950 (patch)
tree49ed37c246b6d32d34606b8bc1e8313098a3b680
parent575704a99a4f80302c2023f8e618c99af96ff9e3 (diff)
downloadsqlitexx-3cb947a94ae1b2ce436c9694beab54cae9793950.tar.gz
sqlitexx-3cb947a94ae1b2ce436c9694beab54cae9793950.tar.bz2
-
-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..c401eda 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 <= 5
#define _XOPEN_SOURCE 600
#define HAVE_STRDUP
#else