# HG changeset patch # User Daniel Atallah # Date 1284748846 0 # Node ID 274e691dd5f4d90f04ab9b21f2fed075687430f1 # Parent 7f79ac13965c8bb78296bbd8685a36ded4469647 config.h is needed to determine USE_GTKSPELL here. diff -r 7f79ac13965c -r 274e691dd5f4 pidgin/win32/wspell.c --- a/pidgin/win32/wspell.c Fri Sep 17 14:41:34 2010 +0000 +++ b/pidgin/win32/wspell.c Fri Sep 17 18:40:46 2010 +0000 @@ -22,6 +22,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ + +#ifdef HAVE_CONFIG_H +#include +#endif #ifdef USE_GTKSPELL #include #include