summaryrefslogtreecommitdiffstats
path: root/tools/linguist/shared/translator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linguist/shared/translator.cpp')
-rw-r--r--tools/linguist/shared/translator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/linguist/shared/translator.cpp b/tools/linguist/shared/translator.cpp
index 0ca5103..ae7728e 100644
--- a/tools/linguist/shared/translator.cpp
+++ b/tools/linguist/shared/translator.cpp
@@ -49,9 +49,9 @@
# ifdef Q_OS_WINCE
# include <stdlib.h>
# else
-# include <io.h>
+# include <io.h> // for _setmode
+# include <fcntl.h> // for _O_BINARY
# endif
-# include <fcntl.h> // for _O_BINARY
#endif
#include <QtCore/QDebug>