mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix to ensure correct version of mheader fiel is imported
This commit is contained in:
parent
1cce7e97e2
commit
8b4a8820a8
28 changed files with 63 additions and 62 deletions
|
@ -54,9 +54,9 @@
|
|||
|
||||
NSTimeInterval GSPrivateTimeNow() GS_ATTRIB_PRIVATE;
|
||||
|
||||
#include "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
|
||||
#include "Foundation/NSArray.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
|
||||
#ifdef __GNUSTEP_RUNTIME__
|
||||
struct objc_category;
|
||||
|
@ -87,7 +87,7 @@ typedef struct objc_category* Category;
|
|||
}
|
||||
@end
|
||||
|
||||
#include "Foundation/NSString.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
||||
/**
|
||||
* Macro to manage memory for chunks of code that need to work with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue