aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_opt_unlock_notify.go
diff options
context:
space:
mode:
authorHanzhen Yi <hanzhen.m.yi@gmail.com>2021-10-25 08:23:19 -0700
committerGitHub <noreply@github.com>2021-10-26 00:23:19 +0900
commit2b131e01c1cb65fbcbb56f7e73821a96ae661517 (patch)
tree86b9c75469210b8d3dcf34e6766ef2508f4e9de2 /sqlite3_opt_unlock_notify.go
parentUpdate SQLite3_ The columntypescantype method of type (#909) (diff)
downloadgolite-2b131e01c1cb65fbcbb56f7e73821a96ae661517.tar.gz
golite-2b131e01c1cb65fbcbb56f7e73821a96ae661517.tar.xz
change angle bracket import to quotes (#868)
Diffstat (limited to 'sqlite3_opt_unlock_notify.go')
-rw-r--r--sqlite3_opt_unlock_notify.go2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h>
-#include <sqlite3-binding.h>
+#include "sqlite3-binding.h"
extern void unlock_notify_callback(void *arg, int argc);
*/