diff --git a/code/sqlite3ext.h b/code/sqlite3ext.h index 20a2fcd..10e6016 100644 --- a/code/sqlite3ext.h +++ b/code/sqlite3ext.h @@ -17,7 +17,7 @@ */ #ifndef _SQLITE3EXT_H_ #define _SQLITE3EXT_H_ -#include "sqlite3.h" +#include "sqlite3-binding.h" typedef struct sqlite3_api_routines sqlite3_api_routines;