X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Flocale%2Fdcngettext.c;h=de0828d9e8836d9042c123be099f5eb85f5af137;hb=f5f7673d71f843b423e60bbdd7de49fd1bbcc8c1;hp=d8af96037119455d78aaab72d8227d518e2b3764;hpb=32482f61da7650ff10741bd5aedd66bbc3ea165b;p=musl 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) {