Przeglądaj źródła

Patched to compile on iOS.

Ryan C. Gordon 12 lat temu
rodzic
commit
9ff379ba67
1 zmienionych plików z 1 dodań i 1 usunięć
  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>