changeset 30985:274e691dd5f4

config.h is needed to determine USE_GTKSPELL here.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 17 Sep 2010 18:40:46 +0000
parents 7f79ac13965c
children bedc5715ab5f
files pidgin/win32/wspell.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <config.h>
+#endif
 #ifdef USE_GTKSPELL
 #include <windows.h>
 #include <string.h>