$NetBSD: patch-aa,v 1.2 1999/11/15 13:07:12 rh Exp $

--- ../audioIO.c.orig	Sat May 31 19:47:58 1997
+++ ../audioIO.c	Mon Nov 15 13:58:45 1999
@@ -18,7 +18,7 @@
   #include "audioIO_HPUX.c"
 #endif
 
-#ifdef OS_SunOS
+#if defined(OS_SunOS) || defined(OS_NetBSD)
   #include "audioIO_SunOS.c"
 #endif
 
