forked from External/grumble
Use correct SQLite include path.
This commit is contained in:
parent
2aa8328601
commit
b54cbd02be
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
package sqlite
|
||||
|
||||
/*
|
||||
#include <sqlite3.h>
|
||||
#include "sqlite3.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
// These wrappers are necessary because SQLITE_TRANSIENT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue