Skip to content

Commit 63603f4

Browse files
committed
Add missing import in freebsd nocgo stub
Signed-off-by: Shengjing Zhu <[email protected]>
1 parent 413d286 commit 63603f4

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)