]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filename.cpp
Applied patch [ 619386 ] uxtheme.dll support
[wxWidgets.git] / src / common / filename.cpp
index 639e5363c3eeca932e0ce501eeeefab5c522193e..82efd1a6ae8e091640a385b24f42864af4638064 100644 (file)
 #endif
 
 #ifdef __MWERKS__
+#ifdef __MACH__
+#include <sys/types.h>
+#include <utime.h>
+#include <sys/stat.h>
+#include <unistd.h>
+#else
 #include <stat.h>
 #include <unistd.h>
 #include <unix.h>
 #endif
+#endif
 
 #ifdef __WATCOMC__
 #include <io.h>