mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
Add include to eliminate warning
This commit is contained in:
parent
47e9fe084c
commit
5f755a4baa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user