forked from Mirrors/freeswitch
I'll get this right by the 10th time.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2928 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0e03f2e7d2
commit
7807b1f443
@ -27,7 +27,7 @@ patch <<__EOF__
|
||||
|
||||
#ifdef __linux__
|
||||
#include <linux/soundcard.h>
|
||||
+#elif defined(__FreeBSD__) || defined(NetBSD)
|
||||
+#elif defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
+#include <sys/soundcard.h>
|
||||
+#elif defined(__OpenBSD__)
|
||||
+#include <soundcard.h>
|
||||
|
Loading…
Reference in New Issue
Block a user