change angle bracket import to quotes (#868)

This commit is contained in:
Hanzhen Yi
2021-10-25 08:23:19 -07:00
committed by GitHub
parent 5671e01493
commit 2b131e01c1
13 changed files with 13 additions and 13 deletions

View File

@@ -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