blob: d34c1ed1c28c708fbddf2d0f94296a4068a4009a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ag,v 1.2 1998/08/07 10:40:36 agc Exp $
--- multimedia/mmaux.c.orig Sun May 31 18:14:58 1998
+++ multimedia/mmaux.c Wed Jun 17 00:56:12 1998
@@ -16,11 +16,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"
|