Преглед на файлове

Patched to compile on Mac OS X.

Ryan C. Gordon преди 13 години
родител
ревизия
c59105bd03
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/platform_macosx.c

+ 1 - 0
src/platform_macosx.c

@@ -14,6 +14,7 @@
 #include <CoreFoundation/CoreFoundation.h>
 #include <CoreFoundation/CoreFoundation.h>
 
 
 #if !defined(PHYSFS_NO_CDROM_SUPPORT)
 #if !defined(PHYSFS_NO_CDROM_SUPPORT)
+#include <Carbon/Carbon.h>  /* !!! FIXME */
 #include <IOKit/storage/IOMedia.h>
 #include <IOKit/storage/IOMedia.h>
 #include <IOKit/storage/IOCDMedia.h>
 #include <IOKit/storage/IOCDMedia.h>
 #include <IOKit/storage/IODVDMedia.h>
 #include <IOKit/storage/IODVDMedia.h>