summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <sum1abi@gmail.com>2007-12-28 22:47:10 +0000
committer <sum1abi@gmail.com>2007-12-28 22:47:10 +0000
commitd7a2136697545d7ec7e6a2328d5377e32811e188 (patch)
treeff24dad03f931cee8e3701619e10c37c239e802c
parent0b7fc3c2b6f3eae6913d117bcc01354f6a2df55a (diff)
downloadenchant-d7a2136697545d7ec7e6a2328d5377e32811e188.tar.gz
Include gstdio.h for g_fopen().
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@22392 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/ispell/lookup.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ispell/lookup.cpp b/src/ispell/lookup.cpp
index bd79400..5a7e13b 100644
--- a/src/ispell/lookup.cpp
+++ b/src/ispell/lookup.cpp
@@ -244,6 +244,8 @@
#include <string.h>
#include <ctype.h>
+#include <glib/gstdio.h>
+
#include "ispell_checker.h"
#include "msgs.h"