diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-07-04 15:46:16 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-07-19 16:51:14 +0200 |
commit | 5cfa33e0bc36ffe962501f67259044a636e15707 (patch) | |
tree | c799790d2bdaf766742bcbcc5f3e281e676d295b /src/portable | |
parent | 47a0011186757f55a747df22f05557d90990a95d (diff) | |
download | systemd-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/portable')
-rw-r--r-- | src/portable/portable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/portable.c b/src/portable/portable.c index 4956ae7310..d37880cfd1 100644 --- a/src/portable/portable.c +++ b/src/portable/portable.c @@ -10,6 +10,7 @@ #include "fd-util.h" #include "fileio.h" #include "fs-util.h" +#include "install.h" #include "io-util.h" #include "locale-util.h" #include "loop-util.h" |