From: Ruben Kerkhof Date: Mon, 20 Jan 2020 11:24:51 +0000 (+0100) Subject: sandbox-darwin.c: fix missing prototypes. X-Git-Tag: V_8_2_P1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9b9c82851b7bc219dc3a65962a80803c76c102;p=thirdparty%2Fopenssh-portable.git sandbox-darwin.c: fix missing prototypes. Include the right header just like the other sandbox files. Fixes missing prototype warnings for ssh_sandbox_* functions. --- diff --git a/sandbox-darwin.c b/sandbox-darwin.c index a61de7495..59b4d286e 100644 --- a/sandbox-darwin.c +++ b/sandbox-darwin.c @@ -30,7 +30,7 @@ #include #include "log.h" -#include "sandbox.h" +#include "ssh-sandbox.h" #include "monitor.h" #include "xmalloc.h"