1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Use quotes instead of angle-brackets to include sqlite3.h from sqlite3ota.h.

FossilOrigin-Name: fce9c6ccf101d28492a84b85463433f32ef569fb
This commit is contained in:
dan
2014-09-18 16:38:10 +00:00
parent 318e63c60b
commit 6c5984a950
3 changed files with 8 additions and 8 deletions

View File

@ -168,7 +168,7 @@
#ifndef _SQLITE3OTA_H
#define _SQLITE3OTA_H
#include <sqlite3.h> /* Required for error code definitions */
#include "sqlite3.h" /* Required for error code definitions */
typedef struct sqlite3ota sqlite3ota;