mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-21 02:20:55 +00:00
* 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:
parent
3bd48d095d
commit
ef8e948417
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue