Răsfoiți Sursa

Patched to compile on iOS.

Ryan C. Gordon 11 ani în urmă
părinte
comite
9ff379ba67
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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>