mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-06-02 18:21:07 +00:00
* *.m: Include GNUstep.h if GNUSTEP is not defined for OS X.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@17191 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ca37c81a18
commit
a639ce5fb3
69 changed files with 345 additions and 14 deletions
|
@ -33,6 +33,10 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include <EOControl/EOArrayDataSource.h>
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue