ujail: add <stdio.h> and <syslog.h> to seccomp.h
[project/procd.git] / jail / seccomp.h
index 0992b79..6032812 100644 (file)
@@ -13,6 +13,9 @@
 #ifndef _JAIL_SECCOMP_H_
 #define _JAIL_SECCOMP_H_
 
+#include <stdio.h>
+#include <syslog.h>
+
 #define INFO(fmt, ...) do { \
        syslog(LOG_INFO,"preload-seccomp: "fmt, ## __VA_ARGS__); \
        fprintf(stderr,"preload-seccomp: "fmt, ## __VA_ARGS__); \