mirror of
https://github.com/mirror/wget.git
synced 2025-03-25 01:00:13 +08:00
Properly include iconv.h
* src/iri.c: Check HAVE_ICONV to include iconv.h * src/url.c: Same
This commit is contained in:
parent
f79bb20f1b
commit
517d799b6f
@ -33,7 +33,9 @@ as that of the covered work. */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <iconv.h>
|
||||
#ifdef HAVE_ICONV
|
||||
# include <iconv.h>
|
||||
#endif
|
||||
#include <stringprep.h>
|
||||
#include <idna.h>
|
||||
#include <idn-free.h>
|
||||
|
Loading…
Reference in New Issue
Block a user