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
This commit is contained in:
nplourde 2005-04-22 12:45:29 +00:00
parent c086bfc263
commit 8b495b579c
1 changed files with 1 additions and 1 deletions

View File

@ -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>