util.encodings: Included idn-free.h, which explicitly declares the idn_free function.

This commit is contained in:
Waqas Hussain 2009-10-02 16:45:54 +05:00
parent 27766b1c03
commit eadb0d45b9

View file

@ -168,6 +168,7 @@ static const luaL_Reg Reg_stringprep[] =
/***************** IDNA *****************/
#include <idna.h>
#include <idn-free.h>
static int Lidna_to_ascii(lua_State *L) /** idna.to_ascii(s) */
{