diff options
| -rw-r--r-- | test/demo.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/demo.cxx b/test/demo.cxx index b1f30eb17..bd3eb9b64 100644 --- a/test/demo.cxx +++ b/test/demo.cxx @@ -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 |
