11 lines
181 B
Diff
11 lines
181 B
Diff
|
--- a/compat/landlock.c
|
||
|
+++ b/compat/landlock.c
|
||
|
@@ -15,6 +15,7 @@
|
||
|
*/
|
||
|
|
||
|
#include <linux/landlock.h>
|
||
|
+#include <linux/unistd.h>
|
||
|
|
||
|
#include <sys/prctl.h>
|
||
|
#include <sys/syscall.h>
|