[openssh-commits] [openssh] 01/01: Add missing monitor.h include.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 16 15:03:18 AEDT 2016


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 3bc8180a008929f6fe98af4a56fb37d04444b417
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Fri Dec 16 15:02:24 2016 +1100

    Add missing monitor.h include.
    
    Fixes warning pointed out by Zev Weiss <zev at bewilderbeest.net>
---
 sandbox-darwin.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sandbox-darwin.c b/sandbox-darwin.c
index 35f0c4d..a61de74 100644
--- a/sandbox-darwin.c
+++ b/sandbox-darwin.c
@@ -31,6 +31,7 @@
 
 #include "log.h"
 #include "sandbox.h"
+#include "monitor.h"
 #include "xmalloc.h"
 
 /* Darwin/OS X sandbox */

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list