From 3ac25271e5b05ec423963d254ddf03d86a5b9c9b Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Fri, 17 Nov 2017 23:24:24 +0900 Subject: [PATCH] fix header file --- sqlite3ext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sqlite3ext.h b/sqlite3ext.h index 2eb064d..19dfd5c 100644 --- a/sqlite3ext.h +++ b/sqlite3ext.h @@ -18,7 +18,7 @@ */ #ifndef SQLITE3EXT_H #define SQLITE3EXT_H -#include "sqlite3.h" +#include "sqlite3-binding.h" /* ** The following structure holds pointers to all of the SQLite API @@ -562,4 +562,4 @@ typedef int (*sqlite3_loadext_entry)( #else // USE_LIBSQLITE3 // If users really want to link against the system sqlite3 we // need to make this file a noop. - #endif \ No newline at end of file + #endif