aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk12/files/patch-channels::chan_oss.c
blob: 10bbc21f9ba779890a281039315fccf08dde44ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- channels/chan_oss.c.orig	Wed Aug 13 18:25:16 2003
+++ channels/chan_oss.c	Fri Oct 17 11:27:30 2003
@@ -36,7 +36,7 @@
 #ifdef __linux
 #include <linux/soundcard.h>
 #else
-#include <soundcard.h>
+#include <sys/soundcard.h>
 #endif
 #include "busy.h"
 #include "ringtone.h"