# HG changeset patch # User Waqas Hussain # Date 1254483954 -18000 # Node ID 63b5e7ec68406738a6c64399fb271753e3339517 # Parent 7e055cc6bc907472cca89604c0b6075c03b817c4 util.encodings: Included idn-free.h, which explicitly declares the idn_free function. diff -r 7e055cc6bc90 -r 63b5e7ec6840 util-src/encodings.c --- a/util-src/encodings.c Fri Oct 02 16:44:14 2009 +0500 +++ b/util-src/encodings.c Fri Oct 02 16:45:54 2009 +0500 @@ -168,6 +168,7 @@ /***************** IDNA *****************/ #include +#include static int Lidna_to_ascii(lua_State *L) /** idna.to_ascii(s) */ {