diff options
Diffstat (limited to 'src/path/path.c')
-rw-r--r-- | src/path/path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/path.c b/src/path/path.c index 0024a60611..d3348ce04f 100644 --- a/src/path/path.c +++ b/src/path/path.c @@ -8,12 +8,12 @@ #include "sd-path.h" #include "alloc-util.h" +#include "build.h" #include "log.h" #include "macro.h" #include "main-func.h" #include "pretty-print.h" #include "string-util.h" -#include "util.h" static const char *arg_suffix = NULL; |