mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
8600ff3f24
commit
e9a5a2a560
2 changed files with 2 additions and 2 deletions
|
@ -23,6 +23,7 @@
|
||||||
*/
|
*/
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
#include "GSCompatibility.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extension methods for the NSCalendarDate class
|
* Extension methods for the NSCalendarDate class
|
||||||
|
|
|
@ -27,8 +27,7 @@
|
||||||
|
|
||||||
#ifdef NeXT_Foundation_LIBRARY
|
#ifdef NeXT_Foundation_LIBRARY
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/Foundation.h>
|
||||||
#include <Foundation/NSLock.h>
|
|
||||||
#include "gnustep/base/preface.h"
|
#include "gnustep/base/preface.h"
|
||||||
#include "gnustep/base/GSObjCRuntime.h"
|
#include "gnustep/base/GSObjCRuntime.h"
|
||||||
#include "gnustep/base/GNUstep.h"
|
#include "gnustep/base/GNUstep.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue