mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Add include for NeXT systems
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10437 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c4bc0471b7
commit
37ecd01e4c
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-07-11 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/objc-load.m: Include objc-load.h on NeXT systems.
|
||||
|
||||
2001-07-11 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSFileManager.m: ([fileSystemRepresentationWithPath:])
|
||||
|
|
|
@ -34,6 +34,8 @@
|
|||
#include <objc/objc-api.h>
|
||||
#ifndef NeXT_RUNTIME
|
||||
#include <objc/objc-list.h>
|
||||
#else
|
||||
#include <objc/objc-load.h>
|
||||
#endif
|
||||
#include <config.h>
|
||||
#include <Foundation/objc-load.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue