header tweak for netbsd

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2919 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-10-01 22:15:44 +00:00
parent df6f6f2f2b
commit 76dba3a39e
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__)
+#elif defined(__FreeBSD__) || defined( __NetBSD__)
+#include <sys/soundcard.h>
#else
#include <machine/soundcard.h> /* JH20010905 */