diff options
Diffstat (limited to 'sandbox-darwin.c')
-rw-r--r-- | sandbox-darwin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox-darwin.c b/sandbox-darwin.c index 35f0c4d1..59b4d286 100644 --- a/sandbox-darwin.c +++ b/sandbox-darwin.c @@ -30,7 +30,8 @@ #include <unistd.h> #include "log.h" -#include "sandbox.h" +#include "ssh-sandbox.h" +#include "monitor.h" #include "xmalloc.h" /* Darwin/OS X sandbox */ |