Add missing #include <stdio.h> for _fileno
authorThiago Macieira <thiago.macieira@intel.com>
Tue, 3 Apr 2012 02:08:04 +0000 (23:08 -0300)
committerQt by Nokia <qt-info@nokia.com>
Wed, 4 Apr 2012 13:35:56 +0000 (15:35 +0200)
    ..\..\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 <dbzhang800@gmail.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
src/corelib/io/qfsfileengine_win.cpp

index 347ce84..f6362b1 100644 (file)
@@ -66,6 +66,7 @@
 #include <accctrl.h>
 #include <ctype.h>
 #include <limits.h>
+#include <stdio.h>
 #define SECURITY_WIN32
 #include <security.h>