Add include to eliminate warning

This commit is contained in:
nigel 2002-10-22 12:10:18 +00:00
parent 47e9fe084c
commit 5f755a4baa

View File

@ -2,13 +2,14 @@
// NNThread.m -Not Nextstep Thread?
// Nigel's Nice Thread?
//
// Revision 1.2, Wednesday Nov 7 2001
// Revision 1.3, Tuesday Oct 8 2002
//
// Created by Nigel Pearson on Tue Nov 28 2000.
// Public Domain. No rights reserved.
//
#import "NNThread.h"
#import <objc/objc-runtime.h> // For objc_msgSend() prototype
@implementation NNThread