Added missing #include's when compiled using Xcode
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8252 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
94a3cdaa47
commit
03af588ef9
@ -38,6 +38,10 @@
|
||||
# endif // !__WATCOMC__
|
||||
#elif defined USING_XCODE
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#include <unistd.h> // for chdir()
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> // for system()
|
||||
#include <string.h>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user