aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_http_post.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-10 16:11:06 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-10 16:11:06 +0000
commitf0ab761d9bde9ee8c3b4e9002db12066a08e19bd (patch)
tree03934a4529ba006d3a1320f968c44ad17b521283 /res/res_http_post.c
parenta51ab8f60cd6930a8178277657c4a55248239681 (diff)
FreeBSD also needs libgen.h
(closes issue #14051) Reported by: ys Patches: res_http_post.c.diff uploaded by ys (license 281) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@162660 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_http_post.c')
-rw-r--r--res/res_http_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_http_post.c b/res/res_http_post.c
index 0d9ca571c..4a3156720 100644
--- a/res/res_http_post.c
+++ b/res/res_http_post.c
@@ -37,7 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision: 111213 $")
#include <sys/stat.h>
#include <fcntl.h>
#include <gmime/gmime.h>
-#if defined (__OpenBSD__)
+#if defined (__OpenBSD__) || defined(__FreeBSD__)
#include <libgen.h>
#endif