freebsd-ports/net/asterisk12/files/patch-channels::chan_oss.c

15 lines
306 B
C
Raw Normal View History

$FreeBSD$
2004-02-05 20:38:40 +01:00
--- channels/chan_oss.c.orig Wed Oct 22 06:10:34 2003
+++ channels/chan_oss.c Fri Jan 30 01:50:35 2004
@@ -36,7 +36,7 @@
#ifdef __linux
#include <linux/soundcard.h>
2004-02-05 20:38:40 +01:00
#elif defined(__FreeBSD__)
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
2004-02-05 20:38:40 +01:00
#else
#include <soundcard.h>
#endif