aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_context.go
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3_context.go')
-rw-r--r--sqlite3_context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3_context.go b/sqlite3_context.go
index 90800fe..7c7431d 100644
--- a/sqlite3_context.go
+++ b/sqlite3_context.go
@@ -8,7 +8,7 @@ package sqlite3
/*
#ifndef USE_LIBSQLITE3
-#include <sqlite3-binding.h>
+#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif