process/embedded: missing import

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-10-16 10:30:33 -04:00
parent 532dd077a6
commit b53b17f637
No known key found for this signature in database
GPG Key ID: 10937E57733F1362
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ package tor033
import (
"context"
"fmt"
"net"
"github.com/cretz/bine/process"
)
@ -113,4 +114,4 @@ func (e *embeddedProcess) Wait() error {
func (e *embeddedProcess) EmbeddedControlConn() (net.Conn, error) {
return nil, process.ErrControlConnUnsupported
}
}