* EOAccess/EOAccessFault.m: Include NSThread.h.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20758 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2005-02-20 10:24:36 +00:00
parent 3bd48d095d
commit ef8e948417
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-02-20 David Ayers <d.ayers@inode.at>
* EOAccess/EOAccessFault.m: Include NSThread.h.
2005-02-19 David Ayers <d.ayers@inode.at>
* EOAdaptors/Postgres95/Postgres95Private.m/h: New files

View file

@ -38,8 +38,9 @@ RCS_ID("$Id$")
#ifdef GNUSTEP
#include <Foundation/NSObjCRuntime.h>
#include <Foundation/NSException.h>
#include <Foundation/NSDebug.h>
#include <Foundation/NSThread.h>
#include <Foundation/NSInvocation.h>
#include <Foundation/NSDebug.h>
#else
#include <Foundation/Foundation.h>
#endif