diff get_path.c @ 15237:55d9619d75e5

replace Carbon.h by coreFoundation.h, fix build with x11 enable on mac osx with --enable-macosx-bundle enable
author nplourde
date Fri, 22 Apr 2005 12:45:29 +0000
parents a7f11c8091e4
children 4be161b8e0ef
line wrap: on
line diff
--- a/get_path.c	Fri Apr 22 10:35:21 2005 +0000
+++ b/get_path.c	Fri Apr 22 12:45:29 2005 +0000
@@ -9,7 +9,7 @@
  *
  */
 #ifdef MACOSX_BUNDLE
-#include <Carbon/Carbon.h>
+#include <CoreFoundation/CoreFoundation.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <stdio.h>