Changeset

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
parents 1854:7e055cc6bc90
children 1856:ceeffc081b23
files util-src/encodings.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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) */
 {