diff options
Diffstat (limited to 'src/portable')
-rw-r--r-- | src/portable/portable.c | 1 | ||||
-rw-r--r-- | src/portable/portablectl.c | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/portable/portable.c b/src/portable/portable.c index 4daafea3d3..48d99c0ca2 100644 --- a/src/portable/portable.c +++ b/src/portable/portable.c @@ -4,6 +4,7 @@ #include "bus-common-errors.h" #include "bus-error.h" +#include "chase-symlinks.h" #include "conf-files.h" #include "copy.h" #include "data-fd-util.h" diff --git a/src/portable/portablectl.c b/src/portable/portablectl.c index c2d79ec3a2..ec625161a4 100644 --- a/src/portable/portablectl.c +++ b/src/portable/portablectl.c @@ -10,6 +10,7 @@ #include "bus-locator.h" #include "bus-unit-util.h" #include "bus-wait-for-jobs.h" +#include "chase-symlinks.h" #include "def.h" #include "dirent-util.h" #include "env-file.h" @@ -24,8 +25,8 @@ #include "parse-argument.h" #include "parse-util.h" #include "path-util.h" -#include "pretty-print.h" #include "portable.h" +#include "pretty-print.h" #include "spawn-polkit-agent.h" #include "string-util.h" #include "strv.h" |