diff options
Diffstat (limited to 'src/path')
-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 4a2e2ca3f6..2ac5f002a3 100644 --- a/src/path/path.c +++ b/src/path/path.c @@ -11,8 +11,8 @@ #include "log.h" #include "macro.h" #include "main-func.h" +#include "pretty-print.h" #include "string-util.h" -#include "terminal-util.h" #include "util.h" static const char *arg_suffix = NULL; |