diff src/sound.c @ 286:57709be46d1b r21-0b41

Import from CVS: tag r21-0b41
author cvs
date Mon, 13 Aug 2007 10:35:03 +0200
parents c5d627a313b1
children 03446687b7cc
line wrap: on
line diff
--- a/src/sound.c	Mon Aug 13 10:34:15 2007 +0200
+++ b/src/sound.c	Mon Aug 13 10:35:03 2007 +0200
@@ -601,6 +601,9 @@
   Vnative_sound_only_on_console = Qt;
 
 #if defined (HAVE_NATIVE_SOUND) && defined (hp9000s800)
-  vars_of_hpplay ();
+  {
+    void vars_of_hpplay (void);
+    vars_of_hpplay ();
+  }
 #endif
 }