summaryrefslogtreecommitdiff
path: root/sandbox-darwin.c
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 /sandbox-darwin.c
parent410681f9015d76cc7b137dd90dac897f673244a0 (diff)
Add missing monitor.h include.
Fixes warning pointed out by Zev Weiss <zev at bewilderbeest.net>
Diffstat (limited to 'sandbox-darwin.c')
-rw-r--r--sandbox-darwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox-darwin.c b/sandbox-darwin.c
index 35f0c4d1a..a61de7495 100644
--- a/sandbox-darwin.c
+++ b/sandbox-darwin.c
@@ -31,6 +31,7 @@
31 31
32#include "log.h" 32#include "log.h"
33#include "sandbox.h" 33#include "sandbox.h"
34#include "monitor.h"
34#include "xmalloc.h" 35#include "xmalloc.h"
35 36
36/* Darwin/OS X sandbox */ 37/* Darwin/OS X sandbox */