fix landlock test

include stddef.h for size_t
This commit is contained in:
Omar Polo 2024-04-03 14:01:34 +00:00
parent 8aba5d8b21
commit be265175c6
1 changed files with 2 additions and 0 deletions

View File

@ -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,