mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 21:00:44 +00:00
* Tools/EOModel+GSDoc.m: Fix include.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@18677 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
61eadbd04a
commit
925020f6e2
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@
|
|||
* EOControl/EOFault.m: Include missing header.
|
||||
([EOFault dealloc]): Replace objc_thread_id with GSCurrentThread.
|
||||
|
||||
* Tools/EOModel+GSDoc.m: Fix include.
|
||||
|
||||
2003-02-26 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
* EOAdaptors/Postgres95/Postgres95Channel.m: Added missing
|
||||
|
|
|
@ -38,7 +38,7 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation>
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue