Mods to make WASTE module compile and link for MachoPython. Not tested
any further, yet.
diff --git a/Mac/Wastemods/WETabs.h b/Mac/Wastemods/WETabs.h
index 4a91d7c..0b2c0f3 100644
--- a/Mac/Wastemods/WETabs.h
+++ b/Mac/Wastemods/WETabs.h
@@ -12,6 +12,9 @@
  */
 
 
+#ifndef WITHOUT_FRAMEWORKS
+#include <Carbon/Carbon.h>
+#endif
 #ifndef _WASTE_
 #include "WASTE.h"
 #endif