]> git.ipfire.org Git - pakfire.git/commitdiff
jail.c: It should have been the other way round, Michael :-)
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 28 Nov 2022 17:23:03 +0000 (18:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Nov 2022 18:44:55 +0000 (18:44 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/jail.c

index 3e6f691d4121a68b8f09ada4041bd983d4fc64ed..775d780e9396c319a729fe5b8f14d978f217f124 100644 (file)
@@ -22,8 +22,8 @@
 #include <linux/capability.h>
 #include <linux/fcntl.h>
 #include <linux/sched.h>
-#include <linux/wait.h>
 #include <sys/wait.h>
+#include <linux/wait.h>
 #include <sched.h>
 #include <signal.h>
 #include <stdlib.h>