ports/emulators/hugo/files/patch-mix.h
Stefan Eßer 9c2505d033 Fix build with clang11
Reported by:	pkg-fallout
Approved by:	antoine (implicit)
2020-09-01 08:46:51 +00:00

11 lines
246 B
C

--- mix.h.orig 2003-10-14 22:02:58 UTC
+++ mix.h
@@ -4,7 +4,7 @@
#include "pce.h"
#include "sound.h"
-void (*update_sound[4])();
+extern void (*update_sound[4])();
UInt32 WriteBufferAdpcm8(UChar *buf,
UInt32 begin,