Fix the build on NetBSD

This commit is contained in:
qiu-x 2021-11-14 14:43:26 +01:00
parent 18215381dd
commit b0aabb4cf0
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,5 @@
//go:build cgo && (!linux || unix)
//go:build cgo && (freebsd || openbsd)
package hinters
/*

View File

@ -1,3 +1,5 @@
//go:build cgo && (linux || netbsd)
package hinters
import (