diff --git a/pb_x.go b/pb_x.go index 2347c28..e574427 100644 --- a/pb_x.go +++ b/pb_x.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd netbsd openbsd solaris dragonfly aix +// +build linux darwin freebsd netbsd openbsd solaris dragonfly aix zos // +build !appengine !js package pb diff --git a/pool.go b/pool.go index 7441e83..58df31a 100644 --- a/pool.go +++ b/pool.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd netbsd openbsd solaris dragonfly windows plan9 aix +// +build linux darwin freebsd netbsd openbsd solaris dragonfly windows plan9 aix zos package pb diff --git a/pool_x.go b/pool_x.go index f84fb44..330ca53 100644 --- a/pool_x.go +++ b/pool_x.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd netbsd openbsd solaris dragonfly plan9 aix +// +build linux darwin freebsd netbsd openbsd solaris dragonfly plan9 aix zos package pb diff --git a/termios_sysv.go b/termios_sysv.go index 662c7e2..f1e0eeb 100644 --- a/termios_sysv.go +++ b/termios_sysv.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build linux solaris aix +// +build linux solaris aix zos // +build !appengine package pb