diff --git a/cgo_test.go b/cgo_test.go index c1f18f2..75f6c32 100644 --- a/cgo_test.go +++ b/cgo_test.go @@ -13,6 +13,7 @@ import ( "path/filepath" "testing" + "modernc.org/libc" _ "github.com/mattn/go-sqlite3" )