[process][openbsd] Fix compilation on OpenBSD

This commit is contained in:
Lomanic 2018-12-29 15:19:23 +01:00
parent 5f8353c741
commit 56acda8a5b
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ import (
"bytes" "bytes"
"context" "context"
"encoding/binary" "encoding/binary"
"os/exec"
"strconv"
"strings" "strings"
"unsafe" "unsafe"