ports/games/oolite/patches/patch-src_SDL_OOSDLSoundMixer_m

16 lines
266 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
missing header
Index: src/SDL/OOSDLSoundMixer.m
--- src/SDL/OOSDLSoundMixer.m.orig
+++ src/SDL/OOSDLSoundMixer.m
@@ -49,6 +49,9 @@ SOFTWARE.
#import "OOCocoa.h"
#import "OOSDLSoundInternal.h"
+#include <assert.h>
+
+
static OOSoundMixer *sSingleton = nil;