11 lines
189 B
Diff
11 lines
189 B
Diff
--- a/sqlite-vec.c
|
|
+++ b/sqlite-vec.c
|
|
@@ -17,7 +17,7 @@
|
|
|
|
#ifndef SQLITE_CORE
|
|
#include "sqlite3ext.h"
|
|
-SQLITE_EXTENSION_INIT1
|
|
+SQLITE_EXTENSION_INIT3
|
|
#else
|
|
#include "sqlite3.h"
|
|
#endif
|