From c8966b8c29ca69147f9688cdaa155ed7510b1eef Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Thu, 21 Jun 2018 18:17:36 +0200 Subject: [PATCH] res_http_post: Enable GMime in Solaris 11. Change-Id: Ie434541f18f894c751d2e44bcb3efb3cac626019 --- res/res_http_post.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2