summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/limit_darwin.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/limit_darwin.go b/commands/limit_darwin.go
index 507dd1ce5..6f5c60f7f 100644
--- a/commands/limit_darwin.go
+++ b/commands/limit_darwin.go
@@ -14,6 +14,12 @@
package commands
+import (
+ "fmt"
+ "github.com/spf13/cobra"
+ "syscall"
+)
+
func init() {
check.AddCommand(limit)
}