$OpenBSD: patch-src_SDL_OOSDLSoundMixer_m,v 1.3 2021/03/11 16:52:46 naddy Exp $

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;
 
