Explorar o código

Patched to compile on Mac OS X.

Ryan C. Gordon %!s(int64=13) %!d(string=hai) anos
pai
achega
c59105bd03
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>