diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-11-09 01:23:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 01:23:17 +0100 |
commit | bf1886226724b3db0779d643195d428575cff0be (patch) | |
tree | f6a912f0950a2bd000625fe2b9c717a0370d3788 /src/nspawn/nspawn-stub-pid1.c | |
parent | networkd-ipv4acd.c: Use net/if.h for getting IFF_LOOPBACK definition (diff) | |
parent | Rename def.h to constants.h (diff) | |
download | systemd-bf1886226724b3db0779d643195d428575cff0be.tar.xz systemd-bf1886226724b3db0779d643195d428575cff0be.zip |
Merge pull request #25291 from keszybz/util-cleanup
Split/rename util.c+h and def.h
Diffstat (limited to 'src/nspawn/nspawn-stub-pid1.c')
-rw-r--r-- | src/nspawn/nspawn-stub-pid1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nspawn/nspawn-stub-pid1.c b/src/nspawn/nspawn-stub-pid1.c index 85c439815c..47f7155b19 100644 --- a/src/nspawn/nspawn-stub-pid1.c +++ b/src/nspawn/nspawn-stub-pid1.c @@ -6,7 +6,8 @@ #include <sys/prctl.h> #include <unistd.h> -#include "def.h" +#include "argv-util.h" +#include "constants.h" #include "exit-status.h" #include "fd-util.h" #include "log.h" |