diff src/conversation.c @ 210:ec0686b3b03f

[gaim-migrate @ 220] Mostly small changes trying to get -Wall not to give any messages. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 01 May 2000 19:39:00 +0000
parents 6e9b375e30e7
children 83dd297aa363
line wrap: on
line diff
--- a/src/conversation.c	Mon May 01 18:49:00 2000 +0000
+++ b/src/conversation.c	Mon May 01 19:39:00 2000 +0000
@@ -26,6 +26,7 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <ctype.h>
 #include <gtk/gtk.h>
 #include "gaim.h"
 #include "gtkhtml.h"
@@ -37,7 +38,7 @@
 #include "pixmaps/normal.xpm"
 #include "pixmaps/big.xpm"
 #include "pixmaps/speaker.xpm"
-#include "pixmaps/aimicon2.xpm"
+/* #include "pixmaps/aimicon2.xpm" */
 #include "pixmaps/wood.xpm"
 #include "pixmaps/palette.xpm"
 #include "pixmaps/link.xpm"