# HG changeset patch # User Herman Bloggs # Date 1064900606 0 # Node ID 3c7c887c35c3e8a85bad6253f3ad1e561b2574b4 # Parent c92dbccd744845c3405eb90e1c6f317eced9fbe7 [gaim-migrate @ 7620] Include wspell.h for win32 gtkspell committer: Tailor Script diff -r c92dbccd7448 -r 3c7c887c35c3 src/dialogs.c --- 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;