From: Michael Jerris Date: Sun, 1 Oct 2006 22:15:44 +0000 (+0000) Subject: header tweak for netbsd X-Git-Tag: v1.0-beta1~1996 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76dba3a39e7ac8daef93b96ae9ae652819ce4bd8;p=thirdparty%2Ffreeswitch.git header tweak for netbsd git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2919 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/portaudio.build.sh b/libs/portaudio.build.sh index a939cedff0..b5e400ec20 100755 --- a/libs/portaudio.build.sh +++ b/libs/portaudio.build.sh @@ -27,7 +27,7 @@ patch <<__EOF__ #ifdef __linux__ #include -+#elif defined(__FreeBSD__) ++#elif defined(__FreeBSD__) || defined( __NetBSD__) +#include #else #include /* JH20010905 */