$NetBSD: patch-aa,v 1.1.1.1 1999/12/13 02:48:41 hubertf Exp $ --- mixer.h.orig Mon Dec 13 02:18:43 1999 +++ mixer.h Mon Dec 13 02:19:01 1999 @@ -17,7 +17,11 @@ #include <sys/stat.h> #include <unistd.h> #include <fcntl.h> +#ifdef __NetBSD__ +#include <soundcard.h> +#else #include <sys/soundcard.h> +#endif #include <signal.h> #include <sys/types.h> #include <termios.h>