diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2014-02-13 00:39:00 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2014-02-13 00:39:00 -0500 |
commit | d715548acb4f621a44b94ce975244d958cbc290c (patch) | |
tree | 144f0a78d568e78da94c8231cb7994068976a6fa /WWW/Library/Implementation | |
parent | 22cdb90b6b740293e7c0fb01607699c6ea3a8dd0 (diff) | |
download | lynx-snapshots-d715548acb4f621a44b94ce975244d958cbc290c.tar.gz |
snapshot of project "lynx", label v2-8-8pre_4c
Diffstat (limited to 'WWW/Library/Implementation')
-rw-r--r-- | WWW/Library/Implementation/HTParse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTParse.c b/WWW/Library/Implementation/HTParse.c index 80100885..34833801 100644 --- a/WWW/Library/Implementation/HTParse.c +++ b/WWW/Library/Implementation/HTParse.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTParse.c,v 1.74 2014/02/12 22:15:21 tom Exp $ + * $LynxId: HTParse.c,v 1.75 2014/02/12 23:15:42 tom Exp $ * * Parse HyperText Document Address HTParse.c * ================================ @@ -24,6 +24,7 @@ #ifdef USE_IDNA #include <idna.h> +#include <idn-free.h> #endif #define HEX_ESCAPE '%' |