fix header file

This commit is contained in:
Yasuhiro Matsumoto 2017-11-17 23:24:24 +09:00
parent ed69081a91
commit 3ac25271e5
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
*/ */
#ifndef SQLITE3EXT_H #ifndef SQLITE3EXT_H
#define SQLITE3EXT_H #define SQLITE3EXT_H
#include "sqlite3.h" #include "sqlite3-binding.h"
/* /*
** The following structure holds pointers to all of the SQLite API ** The following structure holds pointers to all of the SQLite API