summaryrefslogtreecommitdiff
path: root/src/firstboot
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-05 14:21:57 +0200
committerLennart Poettering <lennart@poettering.net>2021-10-05 16:14:37 +0200
commitd8e32c471f6a52407184e421243b174f7480d180 (patch)
tree85e0209b3aa100e84b37be3c3a28c18583711ab1 /src/firstboot
parentbf819d3ac2b015139a3571a953e0b361632ebb34 (diff)
downloadsystemd-d8e32c471f6a52407184e421243b174f7480d180.tar.gz
basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-util.[ch]
These functions are used pretty much independently of locale, i.e. the only info relevant is whether th locale is UTF-8 or not. Hence let's give this its own pair of .c/.h files.
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 6fdba66f57..1727649ae1 100644
--- a/src/firstboot/firstboot.c
+++ b/src/firstboot/firstboot.c
@@ -16,6 +16,7 @@
#include "fd-util.h"
#include "fileio.h"
#include "fs-util.h"
+#include "glyph-util.h"
#include "hostname-util.h"
#include "kbd-util.h"
#include "libcrypt-util.h"