diff options
Diffstat (limited to 'have')
-rw-r--r-- | have/landlock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/have/landlock.c b/have/landlock.c index 6548e88..4aa6b2e 100644 --- a/have/landlock.c +++ b/have/landlock.c @@ -19,6 +19,8 @@ #include <sys/stat.h> #include <sys/syscall.h> +#include <stddef.h> + #ifndef landlock_create_ruleset static inline int landlock_create_ruleset(const struct landlock_ruleset_attr *attr, size_t size, |