Skip to content

Commit

Permalink
Initial changes to correct this issue
Browse files Browse the repository at this point in the history
gcasa committed Dec 11, 2024
1 parent 4a4a802 commit 92db541
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Source/GNUmakefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Source/NSKVOSupport.m
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ This code is licensed under the MIT License (MIT).
#import <objc/objc-arc.h>
#import <stdatomic.h>

#import <Foundation/Foundation.h>
#import "Foundation/Foundation.h"

typedef void (^DispatchChangeBlock)(_NSKVOKeyObserver *);

0 comments on commit 92db541

Please sign in to comment.