tweak for OSX build

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29908 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-03-12 13:55:11 +00:00
parent 31dcbb6a0b
commit e2584a1ede
3 changed files with 12 additions and 4 deletions

View file

@ -6,6 +6,14 @@
#import "config.h"
/* If this is included in a file in the Additions subdirectory, and we are
* building for use with the NeXT/Apple Foundation, then we need to import
* the native headers in preference to any of our own.
*/
#if defined(NeXT_Foundation_LIBRARY)
#import <Foundation/Foundation.h>
#endif
/* GNUstepBase/GSConfig.h includes <GNUstepBase/preface.h> so
* we import local versions first.
*/