mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix NSObject initialize test on Windows.
This commit is contained in:
parent
2212e08863
commit
4ceea4159c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSThread.h>
|
||||
#import <Foundation/NSLock.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#import "Testing.h"
|
||||
|
||||
@interface Init0 : NSObject
|
||||
|
|
Loading…
Reference in a new issue