From: Joshua Colp Date: Wed, 10 Dec 2008 16:11:06 +0000 (+0000) Subject: FreeBSD also needs libgen.h X-Git-Tag: 1.6.2.0-beta1~673 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3d3a25b5af0acc03ca7fba4c99f66b3d01240d;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/trunk@162660 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_http_post.c b/res/res_http_post.c index 0d9ca571c6..4a31567203 100644 --- a/res/res_http_post.c +++ b/res/res_http_post.c @@ -37,7 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision: 111213 $") #include #include #include -#if defined (__OpenBSD__) +#if defined (__OpenBSD__) || defined(__FreeBSD__) #include #endif