]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
sandbox-darwin.c: fix missing prototypes.
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 20 Jan 2020 11:24:51 +0000 (12:24 +0100)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 20 Jan 2020 23:37:25 +0000 (10:37 +1100)
Include the right header just like the other sandbox files.
Fixes missing prototype warnings for ssh_sandbox_* functions.

sandbox-darwin.c

index a61de74951a06a2c8f2dee5a8bd8f50b8181b824..59b4d286eea54d62a094e5dab4017682509b45b6 100644 (file)
@@ -30,7 +30,7 @@
 #include <unistd.h>
 
 #include "log.h"
-#include "sandbox.h"
+#include "ssh-sandbox.h"
 #include "monitor.h"
 #include "xmalloc.h"