summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-12-16 15:02:24 +1100
committerDarren Tucker <dtucker@zip.com.au>2016-12-16 15:02:24 +1100
commit3bc8180a008929f6fe98af4a56fb37d04444b417 (patch)
tree62ae5a30ac0102e10a93d8416407f300048b4dcd
parent410681f9015d76cc7b137dd90dac897f673244a0 (diff)
Add missing monitor.h include.
Fixes warning pointed out by Zev Weiss <zev at bewilderbeest.net>
-rw-r--r--sandbox-darwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox-darwin.c b/sandbox-darwin.c
index 35f0c4d1..a61de749 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 */