]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: properly order include of constants.h
authorLennart Poettering <lennart@poettering.net>
Fri, 11 Jul 2025 12:25:40 +0000 (14:25 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 11 Jul 2025 16:16:48 +0000 (18:16 +0200)
src/nspawn/nspawn.c

index e21d0ca29b7117a303dd81705c31105e6e231932..64b5ca87a525d88bdd26efe5270425f330a4335f 100644 (file)
@@ -12,7 +12,6 @@
 #include <sys/prctl.h>
 #include <sys/wait.h>
 #include <unistd.h>
-#include "constants.h"
 
 #if HAVE_SELINUX
 #include <selinux/selinux.h>
@@ -38,6 +37,7 @@
 #include "cgroup-util.h"
 #include "chase.h"
 #include "common-signal.h"
+#include "constants.h"
 #include "copy.h"
 #include "cpu-set-util.h"
 #include "daemon-util.h"