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:
Michael Jerris 2006-10-02 00:15:18 +00:00
parent 0e03f2e7d2
commit 7807b1f443
1 changed files with 1 additions and 1 deletions

View File

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