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:
parent
335dc93526
commit
5a9b9c8285
|
@ -30,7 +30,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "sandbox.h"
|
#include "ssh-sandbox.h"
|
||||||
#include "monitor.h"
|
#include "monitor.h"
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue