summaryrefslogtreecommitdiff
path: root/src/test/test-locale-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-14 12:40:29 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-14 13:25:51 +0100
commitf05e1d0d9f21dd057bdf0f31d9bc3de509791eaa (patch)
tree97d9ca47bd370ab284d5a471af90de7a9353a5f3 /src/test/test-locale-util.c
parentecd5f1a9e060746258e8f93e8ba6b331e49e92f3 (diff)
downloadsystemd-f05e1d0d9f21dd057bdf0f31d9bc3de509791eaa.tar.gz
util: split out kbd related stuff
This stuff is neither generic enough to be in def.h, nor really has much to do with locale, hence give it its own .c/.h file pair.
Diffstat (limited to 'src/test/test-locale-util.c')
-rw-r--r--src/test/test-locale-util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test-locale-util.c b/src/test/test-locale-util.c
index c6f8c1fb4f..f1d044082b 100644
--- a/src/test/test-locale-util.c
+++ b/src/test/test-locale-util.c
@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
+#include "kbd-util.h"
#include "locale-util.h"
#include "macro.h"
#include "strv.h"