$NetBSD: patch-ab,v 1.1.1.1 2004/02/24 22:33:50 cube Exp $

--- volume.c.orig	Wed Nov 22 21:35:42 2000
+++ volume.c
@@ -19,6 +19,8 @@
 
 #ifdef __FreeBSD__
 #include <machine/soundcard.h>
+#elif __NetBSD__
+#include <soundcard.h>
 #else
 #include <sys/soundcard.h>
 #endif
