summaryrefslogtreecommitdiff
path: root/audio/xmradio/files/patch-sample.c
blob: 615fae476d975eac68fd257ca70f9360ca7d5975 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sample.c.orig	2001-12-04 20:52:55 UTC
+++ sample.c
@@ -43,7 +43,7 @@
 #ifdef __NetBSD__
 #include <soundcard.h>
 #else
-#ifdef linux
+#if defined(linux) || defined(__FreeBSD__)
 #include <sys/soundcard.h>
 #else
 #include <machine/soundcard.h>