mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Initial changes to correct this issue
This commit is contained in:
parent
4a4a802060
commit
92db5419d7
2 changed files with 3 additions and 2 deletions
|
@ -363,7 +363,8 @@ objc-load.m
|
|||
ifeq ($(GNUSTEP_BASE_HAVE_NEWKVO), 1)
|
||||
BASE_MFILES += \
|
||||
NSKVOSupport.m \
|
||||
NSKVOSwizzling.m
|
||||
NSKVOSwizzling.m \
|
||||
NSKVOLegacy.m
|
||||
else
|
||||
BASE_MFILES += \
|
||||
NSKeyValueObserving.m
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#import <objc/objc-arc.h>
|
||||
#import <stdatomic.h>
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "Foundation/Foundation.h"
|
||||
|
||||
typedef void (^DispatchChangeBlock)(_NSKVOKeyObserver *);
|
||||
|
||||
|
|
Loading…
Reference in a new issue