X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=jail%2Fseccomp.h;h=603281297234813be3f6e7325c982bdf492ae46e;hb=8490bb31a85e14a708e0db0b301e078d4b20657d;hp=45eede7115539978705d7be710d8d4be9b1b1f69;hpb=890ac34c460fbb753bd4303b201d11aebd27a570;p=project%2Fprocd.git diff --git a/jail/seccomp.h b/jail/seccomp.h index 45eede7..6032812 100644 --- a/jail/seccomp.h +++ b/jail/seccomp.h @@ -10,6 +10,11 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ +#ifndef _JAIL_SECCOMP_H_ +#define _JAIL_SECCOMP_H_ + +#include +#include #define INFO(fmt, ...) do { \ syslog(LOG_INFO,"preload-seccomp: "fmt, ## __VA_ARGS__); \ @@ -17,3 +22,5 @@ } while (0) int install_syscall_filter(const char *argv, const char *file); + +#endif