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

Fri, 02 Oct 2009 16:45:54 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Fri, 02 Oct 2009 16:45:54 +0500
changeset 1855
63b5e7ec6840
parent 1854
7e055cc6bc90
child 1856
ceeffc081b23

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

util-src/encodings.c file | annotate | diff | comparison | revisions
--- 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 <idna.h>
+#include <idn-free.h>
 
 static int Lidna_to_ascii(lua_State *L)		/** idna.to_ascii(s) */
 {

mercurial