Sfoglia il codice sorgente

Patched to compile on Mac OS X.

Ryan C. Gordon 14 anni fa
parent
commit
c59105bd03
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/platform_macosx.c

+ 1 - 0
src/platform_macosx.c

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