[svn-commits] file: trunk r162660 - /trunk/res/res_http_post.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 10 10:11:06 CST 2008


Author: file
Date: Wed Dec 10 10:11:06 2008
New Revision: 162660

URL: http://svn.digium.com/view/asterisk?view=rev&rev=162660
Log:
FreeBSD also needs libgen.h
(closes issue #14051)
Reported by: ys
Patches:
      res_http_post.c.diff uploaded by ys (license 281)

Modified:
    trunk/res/res_http_post.c

Modified: trunk/res/res_http_post.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_http_post.c?view=diff&rev=162660&r1=162659&r2=162660
==============================================================================
--- trunk/res/res_http_post.c (original)
+++ trunk/res/res_http_post.c Wed Dec 10 10:11:06 2008
@@ -37,7 +37,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <gmime/gmime.h>
-#if defined (__OpenBSD__)
+#if defined (__OpenBSD__) || defined(__FreeBSD__)
 #include <libgen.h>
 #endif
 




More information about the svn-commits mailing list