blob: 7a79d573d30df292b9388d8bc2a2761892bb140b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- multimedia/mixer.c.orig Sun May 31 18:14:57 1998
+++ multimedia/mixer.c Fri Jun 19 00:36:57 1998
@@ -14,11 +14,15 @@
#include "mmsystem.h"
#include "debug.h"
+#ifdef __NetBSD__
+#include <soundcard.h>
+#else
#ifdef HAVE_SYS_SOUNDCARD_H
# include <sys/soundcard.h>
#endif
#ifdef HAVE_MACHINE_SOUNDCARD_H
# include <machine/soundcard.h>
+#endif
#endif
#define MIXER_DEV "/dev/mixer"
|