Skip to content

Commit 2f1e3d2

Browse files
authored
Merge pull request #52 from zhsj/fix-import
Add missing import in freebsd nocgo stub
2 parents 413d286 + 63603f4 commit 2f1e3d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pty_freebsd_nocgo.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818

1919
package console
2020

21+
import (
22+
"os"
23+
)
24+
2125
//
2226
// Implementing the functions below requires cgo support. Non-cgo stubs
2327
// versions are defined below to enable cross-compilation of source code

0 commit comments

Comments
 (0)