blob: 1171b5785304c74885b5aa638d4c8008caa06a0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: sv7/mppdec.h
===================================================================
--- sv7.orig/mppdec.h
+++ sv7/mppdec.h
@@ -160,7 +160,7 @@
# include <sys/time.h>
# if defined __linux__ // the standard is that this file is stored somewhere on the hard disk
# include <linux/soundcard.h>
-# elif defined __bsdi__
+# elif defined __bsdi__ || __FreeBSD__ >= 5
# include <sys/soundcard.h>
# elif defined __FreeBSD__
# include <machine/soundcard.h>
|