mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 09:11:11 +00:00
Include changes for OS X as suggested by Philip Moetteli
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17947 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
24ea0c06a6
commit
f1221c5363
5 changed files with 21 additions and 1 deletions
|
@ -71,7 +71,12 @@
|
|||
#include <Foundation/NSURLHandle.h>
|
||||
#include <Foundation/NSURL.h>
|
||||
#include <Foundation/NSThread.h>
|
||||
|
||||
//FIXME is that correct? NSConcreteNumber is a private class! dave@turbocat.de
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSConcreteNumber.h>
|
||||
#endif
|
||||
|
||||
#include <Foundation/NSFormatter.h>
|
||||
#include <GNUstepBase/GSXML.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue