Skip to content

Commit

Permalink
Add missing import in freebsd nocgo stub
Browse files Browse the repository at this point in the history
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
  • Loading branch information
zhsj committed Apr 8, 2021
1 parent 413d286 commit 63603f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pty_freebsd_nocgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

package console

import (
"os"
)

//
// Implementing the functions below requires cgo support. Non-cgo stubs
// versions are defined below to enable cross-compilation of source code
Expand Down

0 comments on commit 63603f4

Please sign in to comment.