diff src/dialogs.c @ 7057:3c7c887c35c3

[gaim-migrate @ 7620] Include wspell.h for win32 gtkspell committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 30 Sep 2003 05:43:26 +0000
parents 2234420abada
children 9946001989a3
line wrap: on
line diff
--- a/src/dialogs.c	Tue Sep 30 05:42:05 2003 +0000
+++ b/src/dialogs.c	Tue Sep 30 05:43:26 2003 +0000
@@ -41,6 +41,10 @@
 /* XXX */
 #include "gaim.h"
 
+#ifdef _WIN32
+# include "wspell.h"
+#endif
+
 static GtkWidget *imdialog = NULL;	/*I only want ONE of these :) */
 static GList *dialogwindows = NULL;
 static GtkWidget *importdialog;