mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 14:45:10 +02:00
10 lines
181 B
Diff
10 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>
|