mirror of https://github.com/mattn/go-sqlite3.git
'sqlite3.h' -> 'sqlite3-binding.h'
This commit is contained in:
parent
1c40faada6
commit
e852a85ddf
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
#ifndef _SQLITE3EXT_H_
|
||||
#define _SQLITE3EXT_H_
|
||||
#include "sqlite3.h"
|
||||
#include "sqlite3-binding.h"
|
||||
|
||||
typedef struct sqlite3_api_routines sqlite3_api_routines;
|
||||
|
||||
|
|
Loading…
Reference in New Issue