diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 23:01:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:56 +0100 |
commit | 8752c5752f3b9023f9ce96a55d70c6e5fc31118f (patch) | |
tree | 9a14d641981c51f82962d9c9652d63b1293bb753 /src/boot | |
parent | b8faf2ecd551d853c449c7cadc3944af84156bc9 (diff) |
util-lib: move more locale-related calls to locale-util.[ch]
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/bootctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index 7e06abd3bf..332bb33545 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -41,6 +41,7 @@ #include "efivars.h" #include "fd-util.h" #include "fileio.h" +#include "locale-util.h" #include "rm-rf.h" #include "string-util.h" #include "util.h" |