Jelajahi Sumber

Patched to compile on iOS.

Ryan C. Gordon 12 tahun lalu
induk
melakukan
9ff379ba67
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/filesystem/cocoa/SDL_sysfilesystem.m

+ 1 - 1
src/filesystem/cocoa/SDL_sysfilesystem.m

@@ -25,7 +25,7 @@
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 /* System dependent filesystem routines                                */
 
-#include <Cocoa/Cocoa.h>
+#include <Foundation/Foundation.h>
 #include <sys/stat.h>
 #include <sys/types.h>