From: Alexander Traud Date: Thu, 21 Jun 2018 16:17:36 +0000 (+0200) Subject: res_http_post: Enable GMime in Solaris 11. X-Git-Tag: 13.22.0-rc1~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8966b8c29ca69147f9688cdaa155ed7510b1eef;p=thirdparty%2Fasterisk.git res_http_post: Enable GMime in Solaris 11. Change-Id: Ie434541f18f894c751d2e44bcb3efb3cac626019 --- diff --git a/res/res_http_post.c b/res/res_http_post.c index dea242c36b..0a7200bc32 100644 --- a/res/res_http_post.c +++ b/res/res_http_post.c @@ -38,7 +38,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include #include -#if defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__Darwin__) +#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__Darwin__) || defined(SOLARIS) #include #endif