1--- mix.h.orig 2003-10-14 22:02:58 UTC 2+++ mix.h 3@@ -4,7 +4,7 @@ 4 #include "pce.h" 5 #include "sound.h" 6 7-void (*update_sound[4])(); 8+extern void (*update_sound[4])(); 9 10 UInt32 WriteBufferAdpcm8(UChar *buf, 11 UInt32 begin, 12 13