summaryrefslogtreecommitdiffstats
path: root/src/home/homectl.c
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/home/homectl.c
parentbasic: split out sync() family of calls from fs-util.[ch] into new c/h file (diff)
downloadsystemd-d8e32c471f6a52407184e421243b174f7480d180.tar.xz
systemd-d8e32c471f6a52407184e421243b174f7480d180.zip
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/home/homectl.c')
-rw-r--r--src/home/homectl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/home/homectl.c b/src/home/homectl.c
index 227c499c9c..d5b699a242 100644
--- a/src/home/homectl.c
+++ b/src/home/homectl.c
@@ -14,6 +14,7 @@
#include "fd-util.h"
#include "fileio.h"
#include "format-table.h"
+#include "glyph-util.h"
#include "home-util.h"
#include "homectl-fido2.h"
#include "homectl-pkcs11.h"