summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/demo.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/demo.cxx b/test/demo.cxx
index 9adc25d19..f52951b2b 100644
--- a/test/demo.cxx
+++ b/test/demo.cxx
@@ -136,6 +136,8 @@ const char *default_menu[] = {
# define chdir _chdir
# define putenv _putenv
# endif // !__WATCOMC__
+#elif defined USING_XCODE
+#include <Carbon/Carbon.h>
#else
# include <unistd.h>
#endif