aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_opt_unlock_notify.go
diff options
context:
space:
mode:
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);
*/