summaryrefslogtreecommitdiffstats
path: root/jail/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'jail/log.h')
-rw-r--r--jail/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jail/log.h b/jail/log.h
index f8590b3..b1d201e 100644
--- a/jail/log.h
+++ b/jail/log.h
@@ -12,6 +12,7 @@
*/
extern int debug;
+#include <syslog.h>
#define INFO(fmt, ...) do { \
printf("jail: "fmt, ## __VA_ARGS__); \