Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv23307/src
Modified Files:
Tag: gtk1-stable
util.c
Log Message:
buggenklosen
Index: util.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/util.c,v
retrieving revision 1.123.2.1
retrieving revision 1.123.2.2
diff -u -d -r1.123.2.1 -r1.123.2.2
--- util.c 22 Aug 2002 03:25:00 -0000 1.123.2.1
+++ util.c 30 Aug 2002 07:11:27 -0000 1.123.2.2
@@ -32,7 +32,9 @@
#include <string.h>
#include <sys/wait.h>
#include <ctype.h>
+#ifdef HAVE_ICONV
#include <iconv.h>
+#endif
#include <math.h>
#include "gaim.h"
#include "prpl.h"
|