summaryrefslogtreecommitdiff
path: root/src/myspell/affixmgr.hxx
diff options
context:
space:
mode:
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