* 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:
David Ayers 2004-02-26 14:32:45 +00:00
parent 61eadbd04a
commit 925020f6e2
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -38,7 +38,7 @@ RCS_ID("$Id$")
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSDebug.h>
#else
#include <Foundation/Foundation>
#include <Foundation/Foundation.h>
#endif