From 8a4a77320639cccdffd20b30d6ab489161c71b2b Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 9 Apr 2010 13:00:29 +0200 Subject: fcntl.h doesn't seem to exist, either - contrary to an example on msdn --- tools/linguist/shared/translator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/linguist') diff --git a/tools/linguist/shared/translator.cpp b/tools/linguist/shared/translator.cpp index 0ca5103bf5..ae7728e2ee 100644 --- a/tools/linguist/shared/translator.cpp +++ b/tools/linguist/shared/translator.cpp @@ -49,9 +49,9 @@ # ifdef Q_OS_WINCE # include # else -# include +# include // for _setmode +# include // for _O_BINARY # endif -# include // for _O_BINARY #endif #include -- cgit v1.2.1