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