ujail: add <stdio.h> to log.h
[project/procd.git] / jail / log.h
index 56c98a0..74a9f11 100644 (file)
@@ -14,6 +14,7 @@
 #define _JAIL_LOG_H_
 
 extern int debug;
+#include <stdio.h>
 #include <syslog.h>
 
 #define INFO(fmt, ...) do { \