1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Changes the asynchronous I/O test module so that it can be appended to the

end of the amalgamation. (CVS 4533)

FossilOrigin-Name: c1fe27de7b6f0080466cc3f827979db9997e22a4
This commit is contained in:
drh
2007-11-07 01:23:12 +00:00
parent f024f0bb9b
commit 40a7178132
3 changed files with 10 additions and 8 deletions

View File

@@ -106,7 +106,9 @@
*/
#define ENABLE_FILE_LOCKING
#include "sqliteInt.h"
#ifndef SQLITE_AMALGAMATION
# include "sqliteInt.h"
#endif
#include <tcl.h>
/*