$NetBSD: patch-ab,v 1.2 1999/06/10 08:42:43 tron Exp $ --- ListView.h.orig Fri Feb 12 07:13:07 1999 +++ ListView.h Fri Feb 12 07:34:19 1999 @@ -18,6 +18,10 @@ #ifdef Linux #include <sys/soundcard.h> #endif +#ifdef NetBSD +#include <sys/ioctl.h> +#include <soundcard.h> +#endif #define DEVICE 0 #define MIXER "/dev/mixer"