mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 00:30:58 +00:00
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:
parent
62d16bff24
commit
f10c0eeb1b
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
|
||||
#ifndef _GNUstep_H_NSSound
|
||||
#define _GNUstep_H_NSSound
|
||||
#import <AppKit/AppKitDefines.h>
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSBundle.h>
|
||||
|
|
Loading…
Reference in a new issue