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: 15.5.0-rc1~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=437516c5e7eb009b3f09563eed7c10cebb69c5c2;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 2e16dc39d6..55abecf331 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