summaryrefslogtreecommitdiff
path: root/audio/wmsmixer/patches/patch-ab
blob: d743287caa5cf4547dc13a205d4989c6b6368b7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2005/12/11 20:51:07 joerg Exp $

--- mixctl.h.orig	2005-12-11 20:44:55.000000000 +0000
+++ mixctl.h
@@ -18,7 +18,7 @@
 #ifdef __NetBSD__
 #include <soundcard.h>
 #endif
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__DragonFly__)
 #include <machine/soundcard.h>
 #endif
 #ifdef __linux__