include Carbon/Carbon.h in stead of universal headers, if appropriate.
diff --git a/Mac/Include/getapplbycreator.h b/Mac/Include/getapplbycreator.h
index 8ccaecd..62e5930 100644
--- a/Mac/Include/getapplbycreator.h
+++ b/Mac/Include/getapplbycreator.h
@@ -22,7 +22,11 @@
 
 ******************************************************************/
 
+#ifdef WITHOUT_FRAMEWORKS
 #include <Types.h>
 #include <Files.h>
+#else
+#include <Carbon/Carbon.h>
+#endif
 
 extern OSErr FindApplicationFromCreator(OSType, FSSpecPtr);