summaryrefslogtreecommitdiff
path: root/src/path
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-06 16:30:58 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-08 13:41:14 +0100
commitd6b4d1c7c42db5b53ece960c279856d96abbf216 (patch)
tree3b0a8f189d8d7f8e86303668748b6dbb5ad914b3 /src/path
parentc8715007e09898f3d517863c4d8b3249bee0b4ad (diff)
downloadsystemd-d6b4d1c7c42db5b53ece960c279856d96abbf216.tar.gz
basic: move version() to build.h+c
Diffstat (limited to 'src/path')
-rw-r--r--src/path/path.c2
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;