summaryrefslogtreecommitdiff
path: root/src/firstboot
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/firstboot
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/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 dde11576ea..6bbdafa81a 100644
--- a/src/firstboot/firstboot.c
+++ b/src/firstboot/firstboot.c
@@ -27,6 +27,7 @@
#include "fileio.h"
#include "fs-util.h"
#include "hostname-util.h"
+#include "kbd-util.h"
#include "locale-util.h"
#include "main-func.h"
#include "mkdir.h"