From: Russell Bryant Date: Mon, 8 Nov 2004 00:08:58 +0000 (+0000) Subject: fix build for Mac OSX (bug #2803) X-Git-Tag: 1.0.11.1~396 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ae97da48903726a137a09af84c754c046bb36ef;p=thirdparty%2Fasterisk.git fix build for Mac OSX (bug #2803) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4179 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index 75627cda74..516e3a9a8a 100755 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -19,7 +19,11 @@ #include #include #include +#if defined(__APPLE__) +#include +#else #include +#endif #if defined(__cplusplus) || defined(c_plusplus) extern "C" {