blob: 115d4fd20b774dc0ad555b44ce9e195b9336727a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$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>
|