mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Include fixes for darwin
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18413 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8971343f45
commit
4abb9b17fa
8 changed files with 36 additions and 9 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
|
@ -27,6 +28,10 @@
|
|||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include "GNUstepBase/GSCategories.h"
|
||||
#include "GNUstepBase/GSObjCRuntime.h"
|
||||
#endif
|
||||
|
||||
int
|
||||
main(int argc, char** argv, char **env)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue