1 $NetBSD: patch-ab,v 1.1 2007/01/29 21:04:22 joerg Exp $
3 --- src/mppdec.h.orig 2007-01-29 20:36:43.000000000 +0000
7 # if defined __linux__ // the standard is that this file is stored somewhere on the hard disk
8 # include <linux/soundcard.h>
9 -# elif defined __bsdi_ || defined __FreeBSD__
10 +# elif defined __bsdi_ || defined __FreeBSD__ || defined(__DragonFly__) || defined(__sun)
11 # include <sys/soundcard.h>
12 # elif defined __NetBSD__ || defined __OpenBSD__
13 # include <soundcard.h>