summaryrefslogtreecommitdiff
path: root/src/myspell/affixmgr.hxx
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2009-01-24 14:44:19 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2009-01-24 14:44:19 +0000
commit311c687895b2d84a5cb17ec886848d518105feff (patch)
treea42f6900ba02b6c665d2e3723fc24463038fbf7b /src/myspell/affixmgr.hxx
parent2f157306e706ab95f90d137f44efe483818b53ba (diff)
downloadenchant-311c687895b2d84a5cb17ec886848d518105feff.tar.gz
Bug 10667 - stdio.h not included in two files so FILE not defined
Patch from jeff.kai @ sun.com git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@25540 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
Diffstat (limited to 'src/myspell/affixmgr.hxx')
-rw-r--r--src/myspell/affixmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/myspell/affixmgr.hxx b/src/myspell/affixmgr.hxx
index f045b87..392ac49 100644
--- a/src/myspell/affixmgr.hxx
+++ b/src/myspell/affixmgr.hxx
@@ -2,11 +2,11 @@
#define _AFFIXMGR_HXX_
#ifdef MOZILLA_CLIENT
+#include <stdio.h>
+#else
#ifdef __SUNPRO_CC // for SunONE Studio compiler
using namespace std;
#endif
-#include <stdio.h>
-#else
#include <cstdio>
#endif