--- amp/audioIO_Linux.c.orig	Tue Mar 23 18:25:44 1999
+++ amp/audioIO_Linux.c	Tue Mar 23 18:26:08 1999
@@ -26,7 +26,7 @@
 
 /* optimal fragment size */
 
-int AUSIZ = 0;
+int AUSIZ_IO = 0;
 
 /* declare these static to effectively isolate the audio device */
 
@@ -78,7 +78,7 @@
 	if (volume != -1)
 		audioSetVolume(volume);
 
-	if (ioctl(audio_fd, SNDCTL_DSP_GETBLKSIZE, &AUSIZ) == -1)
+	if (ioctl(audio_fd, SNDCTL_DSP_GETBLKSIZE, &AUSIZ_IO) == -1)
 		die("Unable to get fragment size\n");
 }
 
