jail: cleanup include
[project/procd.git] / jail / log.h
index f8590b39facf661ef4bd5cdc7259473ab110cf78..b1d201e8d1e052c127f9a6aca3869f5401af5b45 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 extern int debug;
+#include <syslog.h>
 
 #define INFO(fmt, ...) do { \
        printf("jail: "fmt, ## __VA_ARGS__); \