diff options
Diffstat (limited to 'src/os.c')
-rw-r--r-- | src/os.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ #define _SQLITE_OS_C_ 1 #include "sqliteInt.h" #include "os.h" +#undef _SQLITE_OS_C_ /* ** The following routines are convenience wrappers around methods |