]> git.ipfire.org Git - pakfire.git/commitdiff
jail: Fix FTBFS linux/fcntl.h and fcntl.h are incompatible
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Dec 2022 16:41:41 +0000 (16:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Dec 2022 16:41:41 +0000 (16:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/jail.c

index 0850698a0245c43abfad91020fc1f69661f3a5dd..97dda4f033e60b95c367864c0a6217004e3662d7 100644 (file)
@@ -19,8 +19,8 @@
 #############################################################################*/
 
 #include <errno.h>
+#include <fcntl.h>
 #include <linux/capability.h>
-#include <linux/fcntl.h>
 #include <linux/sched.h>
 #include <sys/wait.h>
 #include <linux/wait.h>