8ac5e1dd55
pointed out by ajacoutot@, naddy@, landry@ - while there, remove use of gcc4 module, and use x11/gnustep module - fix compiler warning regarding 'struct in_addr' declared inside parameter list - update MESSAGE file, to recommend using defaults tool, instead of handcrafting gnustep defaults file OK nicm@ (MAINTAINER), ajacoutot@
17 lines
374 B
Plaintext
17 lines
374 B
Plaintext
$OpenBSD: patch-src_SDL_OOSDLSoundMixer_m,v 1.1 2011/01/15 10:13:23 sebastia Exp $
|
|
|
|
missing header
|
|
|
|
--- src/SDL/OOSDLSoundMixer.m.orig Fri Jan 14 13:02:04 2011
|
|
+++ src/SDL/OOSDLSoundMixer.m Fri Jan 14 13:02:16 2011
|
|
@@ -48,6 +48,9 @@ SOFTWARE.
|
|
|
|
#import "OOCocoa.h"
|
|
#import "OOSDLSoundInternal.h"
|
|
+
|
|
+#include <assert.h>
|
|
+
|
|
|
|
|
|
static OOSoundMixer *sSingleton = nil;
|