diff options
Diffstat (limited to 'src/test_async.c')
-rw-r--r-- | src/test_async.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test_async.c b/src/test_async.c index 011a8aa0d..729085072 100644 --- a/src/test_async.c +++ b/src/test_async.c @@ -10,7 +10,7 @@ ** ************************************************************************* ** -** $Id: test_async.c,v 1.49 2009/03/05 04:20:32 shane Exp $ +** $Id: test_async.c,v 1.50 2009/03/24 16:27:09 drh Exp $ ** ** This file contains an example implementation of an asynchronous IO ** backend for SQLite. @@ -109,7 +109,7 @@ #define ENABLE_FILE_LOCKING #ifndef SQLITE_AMALGAMATION -# include "sqlite3.h" +# include "sqliteInt.h" # include <assert.h> # include <string.h> #endif |