From: Michiel van Baak Date: Wed, 5 Nov 2008 20:33:11 +0000 (+0000) Subject: make this compile on OpenBSD again. X-Git-Tag: 1.6.2.0-beta1~932 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9838dac7331ee9aef8e5567c095245c26e71919b;p=thirdparty%2Fasterisk.git make this compile on OpenBSD again. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154839 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_http_post.c b/res/res_http_post.c index 8450fb7ebb..0d9ca571c6 100644 --- a/res/res_http_post.c +++ b/res/res_http_post.c @@ -37,6 +37,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision: 111213 $") #include #include #include +#if defined (__OpenBSD__) +#include +#endif #include "asterisk/linkedlists.h" #include "asterisk/http.h"