diff src/gtkutils.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 677d3cb193a1
children 91ea5ef2278b
line wrap: on
line diff
--- a/src/gtkutils.c	Sat Mar 22 18:30:14 2003 +0000
+++ b/src/gtkutils.c	Sat Mar 22 18:32:50 2003 +0000
@@ -47,6 +47,9 @@
 #include "prpl.h"
 #include "ui.h"
 
+#ifdef _WIN32
+#include "wspell.h"
+#endif
 
 void
 gaim_setup_imhtml(GtkWidget *imhtml)