Skip to content

Commit 976f046

Browse files
committed
correct include in ext
1 parent b13b591 commit 976f046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3ext.h

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)