summaryrefslogtreecommitdiffstats
path: root/jail/log.h
diff options
context:
space:
mode:
authorEtienne CHAMPETIER <champetier.etienne@gmail.com>2015-08-27 01:26:46 +0200
committerJohn Crispin <blogic@openwrt.org>2015-10-07 11:08:00 +0200
commitbfd963313f155846b4f6269bbc76161f81e1e99f (patch)
treeb30ef0dc7685d038217095b19b1f81efe2a28442 /jail/log.h
parent51201235db9dad9fe1823d9de46ed90f5e160fd0 (diff)
downloadunitd-bfd963313f155846b4f6269bbc76161f81e1e99f.tar
unitd-bfd963313f155846b4f6269bbc76161f81e1e99f.zip
jail: cleanup include
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
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__); \