From: Tilghman Lesher Date: Thu, 7 Jul 2011 19:20:38 +0000 (+0000) Subject: Merged revisions 326830 via svnmerge from X-Git-Tag: 11.0.0-beta1~1393 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5609161e076a7357c7d9e96d889e11c72edbfa3;p=thirdparty%2Fasterisk.git Merged revisions 326830 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r326830 | tilghman | 2011-07-07 14:17:19 -0500 (Thu, 07 Jul 2011) | 1 line libgen.h is also needed on Darwin for basename(3) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@326842 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_http_post.c b/res/res_http_post.c index 0f23737307..c0719b6dab 100644 --- a/res/res_http_post.c +++ b/res/res_http_post.c @@ -37,7 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include #include -#if defined (__OpenBSD__) || defined(__FreeBSD__) +#if defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__Darwin__) #include #endif