diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-04-08 15:43:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 15:43:09 +0200 |
commit | 492f9e74ff2b7b07d0999a7241c16ed5e767fdeb (patch) | |
tree | 646bf40bdd3b0c710d1dd2dddbef284767805f6a /src/partition | |
parent | network: ignore errors when CONFIG_NET_SCHED is disabled (diff) | |
parent | syscalls: update syscall definitions (diff) | |
download | systemd-492f9e74ff2b7b07d0999a7241c16ed5e767fdeb.tar.xz systemd-492f9e74ff2b7b07d0999a7241c16ed5e767fdeb.zip |
Merge pull request #23009 from keszybz/fix-detection-of-libsystemd-shared-with-suffix
Fix detection of libsystemd-shared with suffix
Diffstat (limited to 'src/partition')
-rw-r--r-- | src/partition/repart.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/partition/repart.c b/src/partition/repart.c index 118ab6c7d0..b6ac17c75e 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -46,8 +46,7 @@ #include "mount-util.h" #include "mountpoint-util.h" #include "parse-argument.h" -#include "parse-util.h" -#include "path-util.h" +#include "parse-helpers.h" #include "pretty-print.h" #include "proc-cmdline.h" #include "process-util.h" |