Patched to compile on iOS.

Ryan C. Gordon 2013-08-20 21:21:57 -04:00
parent fb7a02912a
commit 9ff379ba67
1 changed files with 1 additions and 1 deletions

View File

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