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/login/sysfs-show.c | |
parent | b8faf2ecd551d853c449c7cadc3944af84156bc9 (diff) |
util-lib: move more locale-related calls to locale-util.[ch]
Diffstat (limited to 'src/login/sysfs-show.c')
-rw-r--r-- | src/login/sysfs-show.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/sysfs-show.c b/src/login/sysfs-show.c index 32e53c0a11..0f671ac90e 100644 --- a/src/login/sysfs-show.c +++ b/src/login/sysfs-show.c @@ -24,6 +24,7 @@ #include "libudev.h" +#include "locale-util.h" #include "path-util.h" #include "string-util.h" #include "sysfs-show.h" |