void-packages/srcpkgs/got/patches/landlock.patch

11 lines
181 B
Diff
Raw Normal View History

2024-04-25 20:38:49 +02:00
--- 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>