Ported to CodeWarrior 6
diff --git a/Mac/Compat/macstat.h b/Mac/Compat/macstat.h
index 4c24219..64ace4e 100644
--- a/Mac/Compat/macstat.h
+++ b/Mac/Compat/macstat.h
@@ -26,3 +26,8 @@
 #define S_IREAD    0400
 #define S_IWRITE   0200
 #define S_IEXEC    0100
+
+/* To stop inclusion of MWerks header: */
+#ifndef _STAT
+#define _STAT
+#endif