diff options
Diffstat (limited to 'src/tclsqlite.h')
-rw-r--r-- | src/tclsqlite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tclsqlite.h b/src/tclsqlite.h index ef63641bb..b9a948ef1 100644 --- a/src/tclsqlite.h +++ b/src/tclsqlite.h @@ -24,7 +24,7 @@ #if defined(INCLUDE_SQLITE_TCL_H) # include "sqlite_tcl.h" /* Special case for Windows using STDCALL */ #else -# include "tcl.h" /* All normal cases */ +# include <tcl.h> /* All normal cases */ # ifndef SQLITE_TCLAPI # define SQLITE_TCLAPI # endif |