Browse Source

Fix: missing imports

Rod Hynes 11 years ago
parent
commit
ce38ec6c65
1 changed files with 3 additions and 0 deletions
  1. 3 0
      psiphon/utils.go

+ 3 - 0
psiphon/utils.go

@@ -26,8 +26,11 @@ import (
 	"errors"
 	"errors"
 	"fmt"
 	"fmt"
 	"math/big"
 	"math/big"
+	"net"
+	"os"
 	"runtime"
 	"runtime"
 	"strings"
 	"strings"
+	"syscall"
 	"time"
 	"time"
 )
 )