summaryrefslogtreecommitdiffstats
path: root/get_path.c
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-22 12:45:29 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-22 12:45:29 +0000
commit8b495b579c64d0780aab97867744cfb3e4c433d8 (patch)
tree2577c7b525a44825cc0adcec128ef6da2d502cfb /get_path.c
parentc086bfc2630ff8ee8b6c2fa44362afcb18946c11 (diff)
downloadmpv-8b495b579c64d0780aab97867744cfb3e4c433d8.tar.bz2
mpv-8b495b579c64d0780aab97867744cfb3e4c433d8.tar.xz
replace Carbon.h by coreFoundation.h, fix build with x11 enable on mac osx with --enable-macosx-bundle enable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15238 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'get_path.c')
-rw-r--r--get_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_path.c b/get_path.c
index 6443f33e6c..c9b80d4f6d 100644
--- a/get_path.c
+++ b/get_path.c
@@ -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>