summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-06-11 10:34:11 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-06-11 10:34:11 +0200
commit6bef181a47264ae3bfb926965b0ca798566675dc (patch)
tree31fdcf340b2de994c6972ac7067404c3a28d8ad0
parent575704a99a4f80302c2023f8e618c99af96ff9e3 (diff)
downloadsqlitexx-6bef181a47264ae3bfb926965b0ca798566675dc.tar.gz
sqlitexx-6bef181a47264ae3bfb926965b0ca798566675dc.tar.bz2
updated for newer Linux versions
-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