'sqlite3.h' -> 'sqlite3-binding.h'

This commit is contained in:
Tom Kwok 2016-04-01 16:53:31 +08:00
parent 1c40faada6
commit e852a85ddf
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
*/ */
#ifndef _SQLITE3EXT_H_ #ifndef _SQLITE3EXT_H_
#define _SQLITE3EXT_H_ #define _SQLITE3EXT_H_
#include "sqlite3.h" #include "sqlite3-binding.h"
typedef struct sqlite3_api_routines sqlite3_api_routines; typedef struct sqlite3_api_routines sqlite3_api_routines;