[asterisk-commits] tilghman: trunk r326842 - in /trunk: ./ res/res_http_post.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 7 14:20:43 CDT 2011
Author: tilghman
Date: Thu Jul 7 14:20:38 2011
New Revision: 326842
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=326842
Log:
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)
........
Modified:
trunk/ (props changed)
trunk/res/res_http_post.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/res/res_http_post.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_http_post.c?view=diff&rev=326842&r1=326841&r2=326842
==============================================================================
--- trunk/res/res_http_post.c (original)
+++ trunk/res/res_http_post.c Thu Jul 7 14:20:38 2011
@@ -37,7 +37,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <gmime/gmime.h>
-#if defined (__OpenBSD__) || defined(__FreeBSD__)
+#if defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__Darwin__)
#include <libgen.h>
#endif
More information about the asterisk-commits
mailing list