]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/file.cpp
changes to match listctrl.h changes (forgot to commit yesterday, sorry)
[wxWidgets.git] / src / common / file.cpp
index 667b99a32c19d318f63d23ac5294c4b3805a03ac..0973ec9c3854675aea09a57562f8c9a801bc87f7 100644 (file)
@@ -88,6 +88,9 @@
 #ifndef __MWERKS__
     #include  <sys/types.h>   // needed for stat
     #include  <sys/stat.h>    // stat
+#elif ( defined(__MWERKS__) && defined(__WXMSW__) )
+    #include  <sys/types.h>   // needed for stat
+    #include  <sys/stat.h>    // stat
 #endif
 
 #if defined(__BORLANDC__) || defined(_MSC_VER)