opnsense-ports/audio/xmradio/files/patch-sample.c
Franco Fichtner 6e79da282a */*: sync with upstream
Taken from: FreeBSD
2016-07-27 07:58:02 +02:00

11 lines
248 B
C

--- 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>