Skip to content

Commit 3ac2527

Browse files
committed
fix header file
1 parent ed69081 commit 3ac2527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlite3ext.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
#ifndef SQLITE3EXT_H
2020
#define SQLITE3EXT_H
21-
#include "sqlite3.h"
21+
#include "sqlite3-binding.h"
2222

2323
/*
2424
** The following structure holds pointers to all of the SQLite API
@@ -562,4 +562,4 @@ typedef int (*sqlite3_loadext_entry)(
562562
#else // USE_LIBSQLITE3
563563
// If users really want to link against the system sqlite3 we
564564
// need to make this file a noop.
565-
#endif
565+
#endif

0 commit comments

Comments
 (0)