sandbox-darwin.c: fix missing prototypes.

Include the right header just like the other sandbox files.
Fixes missing prototype warnings for ssh_sandbox_* functions.
This commit is contained in:
Ruben Kerkhof 2020-01-20 12:24:51 +01:00 committed by Darren Tucker
parent 335dc93526
commit 5a9b9c8285
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <unistd.h>
#include "log.h"
#include "sandbox.h"
#include "ssh-sandbox.h"
#include "monitor.h"
#include "xmalloc.h"