diff --git a/include/kore/seccomp.h b/include/kore/seccomp.h index 800bff7..3b1b506 100644 --- a/include/kore/seccomp.h +++ b/include/kore/seccomp.h @@ -23,6 +23,8 @@ #include #include +#include + #if __BYTE_ORDER == __LITTLE_ENDIAN #define ARGS_LO_OFFSET 0 #define ARGS_HI_OFFSET sizeof(u_int32_t)