summaryrefslogtreecommitdiff
path: root/src/run
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-06-28 16:08:37 +0200
committerLennart Poettering <lennart@poettering.net>2020-06-30 15:09:35 +0200
commit807542beceb75b1461ad39538c6a0504e3cfef8d (patch)
tree1dbe60ecff4956df9bb872e25db2284a0fd3dd49 /src/run
parent9b71e4ab90b4e1cb048f4cd13e0fde6f999cf6e8 (diff)
downloadsystemd-807542beceb75b1461ad39538c6a0504e3cfef8d.tar.gz
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.c1
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"