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)
commit0d5fb8f522732934f121bdf8a30adcb64a730de4
tree9f5ce531086ac59b201e64e313879f216e859ad5
parent9a77171ccc2838c2fd7b666ed9ee9c7ba8ebd488
Add missing #include <stdio.h> 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 <dbzhang800@gmail.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
src/corelib/io/qfsfileengine_win.cpp