summaryrefslogtreecommitdiff
path: root/src/firstboot
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-09-21 18:29:23 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-09-21 18:31:42 +0200
commitce0458be09911e75bfd3b4d802c9594c55a9c98d (patch)
treeedd9bdf44bec9479f7fe8a9e77aa7d5e70bc4723 /src/firstboot
parent71a80dcc0b64b01c73e7141c4292ef301543a011 (diff)
downloadsystemd-ce0458be09911e75bfd3b4d802c9594c55a9c98d.tar.gz
smack: move helper function to smack-util.c
The function was in basic/fileio.c, but it's more appropriate to keep it out of src/basic. Fixes compilation with -Dsmack-run-label= set.
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 93ce800bd7..6fdba66f57 100644
--- a/src/firstboot/firstboot.c
+++ b/src/firstboot/firstboot.c
@@ -32,6 +32,7 @@
#include "proc-cmdline.h"
#include "pwquality-util.h"
#include "random-util.h"
+#include "smack-util.h"
#include "string-util.h"
#include "strv.h"
#include "terminal-util.h"