X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Firi.c;h=b87e6ebeb467decb8fba2614033593e5032ad28d;hp=797ffa44a6825f550333209b5c9b7f5684b45ff6;hb=be546c20cb08f9c25a6bd98bcdf44394e3e8a846;hpb=2baf3239333fd28763ce4135c38d6e85dcbb8cfc diff --git a/src/iri.c b/src/iri.c index 797ffa44..b87e6ebe 100644 --- a/src/iri.c +++ b/src/iri.c @@ -35,6 +35,8 @@ as that of the covered work. */ #include #include +#include + #include "utils.h" #include "iri.h" @@ -73,7 +75,7 @@ char * find_locale (void) { /* sXXXav, made our own function or use libidn one ?! */ - return stringprep_locale_charset (); + return (char *) stringprep_locale_charset (); }