From: Kevin P. Fleming Date: Wed, 4 May 2005 04:35:27 +0000 (+0000) Subject: fix build on FreeBSD (bug #4125) X-Git-Tag: 1.2.0-beta1~749 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aba598c26fecada617241d0c5c2df4787eb18cfd;p=thirdparty%2Fasterisk.git fix build on FreeBSD (bug #4125) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5569 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/acl.c b/acl.c index 6e8c553c09..1459da2543 100755 --- a/acl.c +++ b/acl.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include diff --git a/channels/chan_zap.c b/channels/chan_zap.c index b5b9ea5ed3..1f5f233088 100755 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -42,7 +42,7 @@ #include #include #include -#ifndef SOLARIS +#if !defined(SOLARIS) && !defined(__FreeBSD__) #include #endif #include