summaryrefslogtreecommitdiff
path: root/src/test/test-engine.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-07-04 15:46:16 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-07-19 16:51:14 +0200
commit5cfa33e0bc36ffe962501f67259044a636e15707 (patch)
treec799790d2bdaf766742bcbcc5f3e281e676d295b /src/test/test-engine.c
parent47a0011186757f55a747df22f05557d90990a95d (diff)
downloadsystemd-5cfa33e0bc36ffe962501f67259044a636e15707.tar.gz
Create src/shared/unit-file.[ch] for unit-file related ops
So far we put such functinos in install.[ch], but that is tied too closely to enable/disable. Let's start moving things to a place with a better name.
Diffstat (limited to 'src/test/test-engine.c')
-rw-r--r--src/test/test-engine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test-engine.c b/src/test/test-engine.c
index 9809d408f6..633cc42534 100644
--- a/src/test/test-engine.c
+++ b/src/test/test-engine.c
@@ -7,6 +7,7 @@
#include "bus-util.h"
#include "manager.h"
#include "rm-rf.h"
+#include "strv.h"
#include "test-helper.h"
#include "tests.h"
#include "service.h"