changeset 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 8a7890eef3ec
children 2cc48c37a7eb
files get_path.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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>