diff src/buddy_chat.c @ 4859:a9a831508b43

[gaim-migrate @ 5186] Including wspell.h for win32 gtkspell interface committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 22 Mar 2003 18:32:50 +0000
parents 42d53c416bb9
children fefad67de2c7
line wrap: on
line diff
--- a/src/buddy_chat.c	Sat Mar 22 18:30:14 2003 +0000
+++ b/src/buddy_chat.c	Sat Mar 22 18:32:50 2003 +0000
@@ -37,6 +37,10 @@
 
 #include "prpl.h"
 
+#ifdef _WIN32
+#include "wspell.h"
+#endif
+
 static GList *chatentries = NULL;
 static GtkWidget *joinchat = NULL;
 static GtkWidget *jc_vbox = NULL;