aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sqlite3ext.h4
1 files 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