mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix includes on MacOSX
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15737 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
82e19eb2a3
commit
374ed632bd
2 changed files with 2 additions and 2 deletions
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
#include "config.h"
|
||||
#include <Foundation/Foundation.h>
|
||||
#include "GSCompatibility.h"
|
||||
|
||||
/**
|
||||
* Extension methods for the NSCalendarDate class
|
||||
|
|
|
@ -27,8 +27,7 @@
|
|||
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include <string.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSLock.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include "gnustep/base/preface.h"
|
||||
#include "gnustep/base/GSObjCRuntime.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
|
|
Loading…
Reference in a new issue