diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-06-28 16:08:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-06-30 15:09:35 +0200 |
commit | 807542beceb75b1461ad39538c6a0504e3cfef8d (patch) | |
tree | 1dbe60ecff4956df9bb872e25db2284a0fd3dd49 /src/run | |
parent | shared: actually move all BusLocator related calls to bus-locator.c (diff) | |
download | systemd-807542beceb75b1461ad39538c6a0504e3cfef8d.tar.xz systemd-807542beceb75b1461ad39538c6a0504e3cfef8d.zip |
shared: split out code that maps properties to local structs
Just some refactoring, no code changes.
Diffstat (limited to 'src/run')
-rw-r--r-- | src/run/run.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run/run.c b/src/run/run.c index 80ddd0f521..6b996015e3 100644 --- a/src/run/run.c +++ b/src/run/run.c @@ -12,6 +12,7 @@ #include "alloc-util.h" #include "bus-error.h" #include "bus-locator.h" +#include "bus-map-properties.h" #include "bus-unit-util.h" #include "bus-wait-for-jobs.h" #include "calendarspec.h" |