]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
no message
[wxWidgets.git] / src / common / timercmn.cpp
index f3fdb5b041d2c6d2e0291cab92540489c74aaec0..ca30cb5be1d37cc0f823afb70e9ca96bbc1ee061 100644 (file)
@@ -33,7 +33,9 @@
 #endif
 
 #include <time.h>
+#ifndef __WXMAC__
 #include <sys/types.h>
+#endif
 
 #if (!defined(__SC__) && !defined(__SGI__) && !defined(__GNUWIN32__) && !defined(__MWERKS__)) || defined(__MINGW32__)
 #include <sys/timeb.h>