aboutsummaryrefslogtreecommitdiff
path: root/src/test_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_server.c')
-rw-r--r--src/test_server.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test_server.c b/src/test_server.c
index deb14aa4e..624249fc1 100644
--- a/src/test_server.c
+++ b/src/test_server.c
@@ -196,6 +196,11 @@
** an integer.
*/
+/* Include this to get the definition of SQLITE_THREADSAFE, in the
+** case that default values are used.
+*/
+#include "sqliteInt.h"
+
/*
** Only compile the code in this file on UNIX with a SQLITE_THREADSAFE build
** and only if the SQLITE_SERVER macro is defined.