Include some files.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2330 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1997-05-03 20:44:08 +00:00
parent f743191f63
commit 5d7b3eafbc

View file

@ -21,6 +21,13 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __NSConnection_h_GNUSTEP_BASE_INCLUDE
#define __NSConnection_h_GNUSTEP_BASE_INCLUDE
#include <gnustep/base/preface.h>
#include <Foundation/NSDistantObject.h>
#include <Foundation/NSTimer.h>
@interface NSConnection : NSObject
{
}
@ -65,3 +72,5 @@
@end
#define NSConnectionDeath ConnectionBecameInvalid
#endif /* __NSConnection_h_GNUSTEP_BASE_INCLUDE */