diff options
author | Hanzhen Yi <hanzhen.m.yi@gmail.com> | 2021-10-25 08:23:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 00:23:19 +0900 |
commit | 2b131e01c1cb65fbcbb56f7e73821a96ae661517 (patch) | |
tree | 86b9c75469210b8d3dcf34e6766ef2508f4e9de2 /sqlite3.go | |
parent | Update SQLite3_ The columntypescantype method of type (#909) (diff) | |
download | golite-2b131e01c1cb65fbcbb56f7e73821a96ae661517.tar.gz golite-2b131e01c1cb65fbcbb56f7e73821a96ae661517.tar.xz |
change angle bracket import to quotes (#868)
Diffstat (limited to 'sqlite3.go')
-rw-r--r-- | sqlite3.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ package sqlite3 #cgo openbsd CFLAGS: -I/usr/local/include #cgo openbsd LDFLAGS: -L/usr/local/lib #ifndef USE_LIBSQLITE3 -#include <sqlite3-binding.h> +#include "sqlite3-binding.h" #else #include <sqlite3.h> #endif |