From: Włodzimierz Skiba Date: Wed, 29 Sep 2004 05:44:37 +0000 (+0000) Subject: Include missing.h to find O_* flags. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d109c5849ed117966311a44875c97ae3d77b44e5?ds=sidebyside;hp=285f605a415c1cd55f74c7102223db47dd24ebf9 Include missing.h to find O_* flags. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/file.cpp b/src/common/file.cpp index 35fb3573e0..b8d659f833 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -54,7 +54,7 @@ #endif #elif defined(__WXMSW__) && defined(__WXWINCE__) - // TODO: what to include? + #include "wx/msw/missing.h" #elif (defined(__OS2__)) #include #elif (defined(__UNIX__) || defined(__GNUWIN32__))