From 5a9b9c82851b7bc219dc3a65962a80803c76c102 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 20 Jan 2020 12:24:51 +0100 Subject: [PATCH] sandbox-darwin.c: fix missing prototypes. Include the right header just like the other sandbox files. Fixes missing prototype warnings for ssh_sandbox_* functions. --- sandbox-darwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"