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

@@ -11,7 +11,7 @@ package sqlite3
#cgo CFLAGS: -DSQLITE_USER_AUTHENTICATION
#cgo LDFLAGS: -lm
#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif