summaryrefslogtreecommitdiff
path: root/src/firstboot
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/firstboot
parentc8715007e09898f3d517863c4d8b3249bee0b4ad (diff)
downloadsystemd-d6b4d1c7c42db5b53ece960c279856d96abbf216.tar.gz
basic: move version() to build.h+c
Diffstat (limited to 'src/firstboot')
-rw-r--r--src/firstboot/firstboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c
index 63db78b52d..7cd9aed579 100644
--- a/src/firstboot/firstboot.c
+++ b/src/firstboot/firstboot.c
@@ -9,6 +9,7 @@
#include "alloc-util.h"
#include "ask-password-api.h"
+#include "build.h"
#include "chase-symlinks.h"
#include "copy.h"
#include "creds-util.h"