summaryrefslogtreecommitdiffstats
path: root/src/locale/keymap-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-14 13:14:33 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-14 13:25:52 +0100
commitd8b4d14df4a8271504bb4c1e3c11f17684f09a14 (patch)
tree6c3dbf914f29467bdba4b43718ea96f7abab4478 /src/locale/keymap-util.c
parentutil: move some raw memory functions from string-util.h → memory-util.h (diff)
downloadsystemd-d8b4d14df4a8271504bb4c1e3c11f17684f09a14.tar.xz
systemd-d8b4d14df4a8271504bb4c1e3c11f17684f09a14.zip
util: split out nulstr related stuff to nulstr-util.[ch]
Diffstat (limited to 'src/locale/keymap-util.c')
-rw-r--r--src/locale/keymap-util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/locale/keymap-util.c b/src/locale/keymap-util.c
index 64d18d916e..67f33612de 100644
--- a/src/locale/keymap-util.c
+++ b/src/locale/keymap-util.c
@@ -17,6 +17,7 @@
#include "locale-util.h"
#include "macro.h"
#include "mkdir.h"
+#include "nulstr-util.h"
#include "string-util.h"
#include "strv.h"
#include "tmpfile-util.h"