From 0d5fb8f522732934f121bdf8a30adcb64a730de4 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 2 Apr 2012 23:08:04 -0300 Subject: Add missing #include for _fileno ..\..\corelib\io\qfsfileengine_win.cpp(443) : error C3861: '_fileno': identifier not found ..\..\corelib\io\qfsfileengine_win.cpp(468) : error C3861: '_fileno': identifier not found ..\..\corelib\io\qfsfileengine_win.cpp(602) : error C3861: '_fileno': identifier not found ..\..\corelib\io\qfsfileengine_win.cpp(847) : error C3861: '_fileno': identifier not found ..\..\corelib\io\qfsfileengine_win.cpp(909) : error C3861: '_fileno': identifier not found Change-Id: Ib6bed4814fce162e3065848c835f4774f0cbad01 Reviewed-by: Debao Zhang Reviewed-by: Friedemann Kleint --- src/corelib/io/qfsfileengine_win.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/io') diff --git a/src/corelib/io/qfsfileengine_win.cpp b/src/corelib/io/qfsfileengine_win.cpp index 347ce8429e..f6362b1e52 100644 --- a/src/corelib/io/qfsfileengine_win.cpp +++ b/src/corelib/io/qfsfileengine_win.cpp @@ -66,6 +66,7 @@ #include #include #include +#include #define SECURITY_WIN32 #include -- cgit v1.2.3