diff --git a/backend/networking/shutdown_other.go b/backend/networking/shutdown_other.go index 29870ab0..a723db18 100644 --- a/backend/networking/shutdown_other.go +++ b/backend/networking/shutdown_other.go @@ -6,6 +6,8 @@ package networking import ( "os" "os/exec" + + "golang.org/x/sys/windows" ) // Set platform specifiy custom process attributes