Diff

util-src/encodings.c @ 1855:63b5e7ec6840

util.encodings: Included idn-free.h, which explicitly declares the idn_free function.
author Waqas Hussain <waqas20@gmail.com>
date Fri, 02 Oct 2009 16:45:54 +0500
parent 1854:7e055cc6bc90
child 1856:ceeffc081b23
line wrap: on
line diff
--- 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) */
 {