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: 16.0.0-rc1~86^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbea9cfc3bc8c91d8510c81996b0bdefb9716da3;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 7b0005dc7e..a77ef0d6f5 100644 --- a/res/res_http_post.c +++ b/res/res_http_post.c @@ -36,7 +36,7 @@ #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