From 15230afc8dd5e6493da7cb5fcf0153672dab79d6 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 9 Sep 2018 00:55:28 -0400 Subject: add internal header for declaring __pleval function (used by gettext) locale_impl.h could have been used, but this function is completely independent of anything else, and preserving that property seems nice. --- src/locale/dcngettext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/locale/dcngettext.c') diff --git a/src/locale/dcngettext.c b/src/locale/dcngettext.c index d8af9603..de0828d9 100644 --- a/src/locale/dcngettext.c +++ b/src/locale/dcngettext.c @@ -8,6 +8,7 @@ #include "locale_impl.h" #include "libc.h" #include "atomic.h" +#include "pleval.h" struct binding { struct binding *next; @@ -114,7 +115,6 @@ weak_alias(dummy_gettextdomain, __gettextdomain); const unsigned char *__map_file(const char *, size_t *); int __munmap(void *, size_t); -unsigned long __pleval(const char *, unsigned long); char *dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category) { -- cgit v1.2.1