mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add preface.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6681 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
257c752b86
commit
31c105a659
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-06-15 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Headers/gnustep/base/NSObject.h: Add base/preface include
|
||||
|
||||
2000-06-13 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.in: Look for getopt.h
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
#undef NO_GNUSTEP
|
||||
#endif
|
||||
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <base/preface.h>
|
||||
#include <GSConfig.h>
|
||||
#include <objc/objc.h>
|
||||
#include <objc/Protocol.h>
|
||||
|
|
Loading…
Reference in a new issue