diff options
Diffstat (limited to 'src/test_server.c')
-rw-r--r-- | src/test_server.c | 5 |
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. |