From 2b131e01c1cb65fbcbb56f7e73821a96ae661517 Mon Sep 17 00:00:00 2001 From: Hanzhen Yi Date: Mon, 25 Oct 2021 08:23:19 -0700 Subject: change angle bracket import to quotes (#868) --- sqlite3_opt_unlock_notify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite3_opt_unlock_notify.go') diff --git a/sqlite3_opt_unlock_notify.go b/sqlite3_opt_unlock_notify.go index 43f53e8..adfa26c 100644 --- a/sqlite3_opt_unlock_notify.go +++ b/sqlite3_opt_unlock_notify.go @@ -12,7 +12,7 @@ package sqlite3 #cgo CFLAGS: -DSQLITE_ENABLE_UNLOCK_NOTIFY #include -#include +#include "sqlite3-binding.h" extern void unlock_notify_callback(void *arg, int argc); */ -- cgit v1.2.3