comparison 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
comparison
equal deleted inserted replaced
15236:8a7890eef3ec 15237:55d9619d75e5
7 * zero terminated path string. This buffer has to be FREED 7 * zero terminated path string. This buffer has to be FREED
8 * by the caller. 8 * by the caller.
9 * 9 *
10 */ 10 */
11 #ifdef MACOSX_BUNDLE 11 #ifdef MACOSX_BUNDLE
12 #include <Carbon/Carbon.h> 12 #include <CoreFoundation/CoreFoundation.h>
13 #include <sys/types.h> 13 #include <sys/types.h>
14 #include <sys/stat.h> 14 #include <sys/stat.h>
15 #include <stdio.h> 15 #include <stdio.h>
16 #include <stdlib.h> 16 #include <stdlib.h>
17 #include <unistd.h> 17 #include <unistd.h>