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