change angle bracket import to quotes (#868)

This commit is contained in:
Hanzhen Yi
2021-10-25 08:23:19 -07:00
committed by GitHub
parent 5671e01493
commit 2b131e01c1
13 changed files with 13 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
#ifdef SQLITE_ENABLE_UNLOCK_NOTIFY
#include <stdio.h>
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
extern int unlock_notify_wait(sqlite3 *db);