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:
Manolo Gouy 2011-01-11 10:36:44 +00:00
parent 94a3cdaa47
commit 03af588ef9

View File

@ -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