Header fixups for MacOSX

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15864 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-02-03 04:15:27 +00:00
parent c6559096e0
commit 9d78b79dce
14 changed files with 125 additions and 35 deletions

View file

@ -44,6 +44,7 @@
#ifdef HAVE_LIBXML
#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/GSXML.h>
#include <Foundation/NSData.h>
#include <Foundation/NSValue.h>
@ -54,6 +55,9 @@
#include <Foundation/NSCharacterSet.h>
#include <Foundation/NSFileManager.h>
#include <Foundation/NSInvocation.h>
#else
#include <Foundation/Foundation.h>
#endif
/* libxml headers */
#include <libxml/tree.h>
@ -3237,10 +3241,14 @@ static BOOL warned = NO; if (warned == NO) { warned = YES; NSLog(@"WARNING, use
#else
#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/NSObjCRuntime.h>
#include <Foundation/NSCoder.h>
#include <Foundation/NSInvocation.h>
#include <Foundation/NSString.h>
#else
#include <Foundation/Foundation.h>
#endif
/*
* Build dummy implementations of the classes if libxml is not available