diff options
author | dan <dan@noemail.net> | 2015-03-21 15:45:24 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2015-03-21 15:45:24 +0000 |
commit | 71138b0f0fe7746b685d2cafb6ce821d1a1dd69b (patch) | |
tree | 702071165ccf40e4a1728080fcfb262369e0e57e /src/test_backup.c | |
parent | 8885708c3ceebe9f7b7f7851faf1ca3c998b0f2e (diff) | |
parent | b4e0fd26e3fad8124dd51a1ee1dc6e6286eff5a0 (diff) | |
download | sqlite-71138b0f0fe7746b685d2cafb6ce821d1a1dd69b.tar.gz sqlite-71138b0f0fe7746b685d2cafb6ce821d1a1dd69b.zip |
Merge trunk changes with this branch.
FossilOrigin-Name: 142743918fd5a6d79fa10c44398360c3684a255a
Diffstat (limited to 'src/test_backup.c')
-rw-r--r-- | src/test_backup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_backup.c b/src/test_backup.c index e967424a2..6b4d6b9b1 100644 --- a/src/test_backup.c +++ b/src/test_backup.c @@ -14,7 +14,7 @@ */ #include "tcl.h" -#include <sqlite3.h> +#include "sqlite3.h" #include <assert.h> /* These functions are implemented in main.c. */ |