diff -r b0918ada47a8 -r 561da6ec5c26 src/gtkdebug.c --- a/src/gtkdebug.c Sun Aug 14 06:55:57 2005 +0000 +++ b/src/gtkdebug.c Sun Aug 14 15:58:57 2005 +0000 @@ -910,7 +910,9 @@ gaim_gtk_debug_print(GaimDebugLevel level, const char *category, const char *format, va_list args) { +#ifdef HAVE_REGEX_H GtkTreeIter iter; +#endif /* HAVE_REGEX_H */ gboolean timestamps; gchar *arg_s, *ts_s; gchar *esc_s, *cat_s, *tmp, *s;