mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-15 16:11:14 +00:00
tweaks for osx
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@38198 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
444f701968
commit
f8bd2919a3
1 changed files with 3 additions and 1 deletions
4
GSFIFO.m
4
GSFIFO.m
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
#import "GSFIFO.h"
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDate.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSLock.h>
|
||||
#import <Foundation/NSMapTable.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
@ -31,6 +31,8 @@
|
|||
#import <Foundation/NSValue.h>
|
||||
#import <Foundation/NSZone.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
@implementation GSFIFO
|
||||
|
||||
static NSLock *classLock = nil;
|
||||
|
|
Loading…
Reference in a new issue