summaryrefslogtreecommitdiff
path: root/audio/musicbox/patches/patch-ab
blob: 2755dc176ce0805f13254b9d17e88e0b4d6b9eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.2 1999/06/10 08:42:43 tron Exp $

--- ListView.h.orig	Fri Feb 12 07:13:07 1999
+++ ListView.h	Fri Feb 12 07:34:19 1999
@@ -18,6 +18,10 @@
 #ifdef Linux
 #include <sys/soundcard.h>
 #endif
+#ifdef NetBSD
+#include <sys/ioctl.h>
+#include <soundcard.h>
+#endif
 
 #define DEVICE 0
 #define MIXER "/dev/mixer"