提交 76dba3a3 authored 作者: Michael Jerris's avatar Michael Jerris

header tweak for netbsd

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2919 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 df6f6f2f
...@@ -27,7 +27,7 @@ patch <<__EOF__ ...@@ -27,7 +27,7 @@ patch <<__EOF__
#ifdef __linux__ #ifdef __linux__
#include <linux/soundcard.h> #include <linux/soundcard.h>
+#elif defined(__FreeBSD__) +#elif defined(__FreeBSD__) || defined( __NetBSD__)
+#include <sys/soundcard.h> +#include <sys/soundcard.h>
#else #else
#include <machine/soundcard.h> /* JH20010905 */ #include <machine/soundcard.h> /* JH20010905 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论