diff --git a/src/cmds/restic/integration_helpers_unix_test.go b/src/cmds/restic/integration_helpers_unix_test.go index b0d6f69a7..09b21712c 100644 --- a/src/cmds/restic/integration_helpers_unix_test.go +++ b/src/cmds/restic/integration_helpers_unix_test.go @@ -7,6 +7,7 @@ import ( "os" "syscall" "io/ioutil" + "syscall" ) func (e *dirEntry) equals(other *dirEntry) bool { diff --git a/src/cmds/restic/integration_helpers_windows_test.go b/src/cmds/restic/integration_helpers_windows_test.go index 58afb0e34..50f11a79c 100644 --- a/src/cmds/restic/integration_helpers_windows_test.go +++ b/src/cmds/restic/integration_helpers_windows_test.go @@ -6,6 +6,7 @@ import ( "fmt" "os" "io/ioutil" + "syscall" ) func (e *dirEntry) equals(other *dirEntry) bool {