add ifdefs to make service/instance.c compile on non-linux systems
[project/procd.git] / jail / seccomp.h
index 0992b791723e7a192f04a5e09f3817f8dd72b113..603281297234813be3f6e7325c982bdf492ae46e 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__); \