diff src/xspf/urlencode.c @ 279:1983383db0f5 trunk

[svn] build fixes: - now configure properly find flac 1.1.3beta2 - fix CXXFLAGS. it would lose audacious include path if --with-libFLAC was given. - suppress gcc 4.1.1 compile warnings
author yaz
date Sun, 19 Nov 2006 22:54:10 -0800
parents b5a1b762f586
children 9549fea94794
line wrap: on
line diff
--- a/src/xspf/urlencode.c	Sun Nov 19 15:37:28 2006 -0800
+++ b/src/xspf/urlencode.c	Sun Nov 19 22:54:10 2006 -0800
@@ -1,6 +1,7 @@
 /* the original code was taken from wget-1.10.2 */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <glib.h>
 #include <ctype.h>