Commit Diff


commit - 8aba5d8b210a17b49cfc8f02b12fd7b62c228fb3
commit + be265175c65f1b5425e294b06874e87aa900bde1
blob - 6548e88e5719dd622485dfda0015ac0c0e51f597
blob + 4aa6b2e4c766005c2fac8963e442280815e6c25d
--- have/landlock.c
+++ 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,