Add missing monitor.h include.

Fixes warning pointed out by Zev Weiss <zev at bewilderbeest.net>
This commit is contained in:
Darren Tucker 2016-12-16 15:02:24 +11:00
parent 410681f901
commit 3bc8180a00

View File

@ -31,6 +31,7 @@
#include "log.h" #include "log.h"
#include "sandbox.h" #include "sandbox.h"
#include "monitor.h"
#include "xmalloc.h" #include "xmalloc.h"
/* Darwin/OS X sandbox */ /* Darwin/OS X sandbox */