diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/test_syscall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test_syscall.c b/src/test_syscall.c index c570b71e8..e3cdcfdfc 100644 --- a/src/test_syscall.c +++ b/src/test_syscall.c @@ -75,6 +75,7 @@ #include <string.h> #include <assert.h> +#include "sqliteInt.h" #ifdef SQLITE_OS_UNIX /* From test1.c */ |