This broke building SimpleAgenda for me:

In file included from SoundBackend.m:1:
/usr/local/include/AppKit/NSSound.h:57:1: error: unknown type name 'APPKIT_EXPORT_CLASS'
APPKIT_EXPORT_CLASS
This commit is contained in:
Sebastian Reitenbach 2023-03-02 13:19:39 +01:00
parent 62d16bff24
commit f10c0eeb1b

View file

@ -30,6 +30,7 @@
#ifndef _GNUstep_H_NSSound
#define _GNUstep_H_NSSound
#import <AppKit/AppKitDefines.h>
#import <Foundation/NSObject.h>
#import <Foundation/NSBundle.h>