diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 22:31:05 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:56 +0100 |
commit | 8b43440b7ef4b81c69c31de7ff820dc07a780254 (patch) | |
tree | 595e6dbbf92dc2bc4ae92e21e1c99b2d61146ac8 /src/basic/locale-util.c | |
parent | 8fcde01280adcbd07e8205b91ac52b06305b6208 (diff) | |
download | systemd-8b43440b7ef4b81c69c31de7ff820dc07a780254.tar.gz |
util-lib: move string table stuff into its own string-table.[ch]
Diffstat (limited to 'src/basic/locale-util.c')
-rw-r--r-- | src/basic/locale-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/locale-util.c b/src/basic/locale-util.c index 08da4b98c5..9db906316b 100644 --- a/src/basic/locale-util.c +++ b/src/basic/locale-util.c @@ -26,6 +26,7 @@ #include "locale-util.h" #include "path-util.h" #include "set.h" +#include "string-table.h" #include "string-util.h" #include "strv.h" #include "utf8.h" |