[Asterisk-code-review] res http post: Enable GMime in Solaris 11. (asterisk[master])

Alexander Traud asteriskteam at digium.com
Thu Jun 21 11:19:10 CDT 2018


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/9261


Change subject: res_http_post: Enable GMime in Solaris 11.
......................................................................

res_http_post: Enable GMime in Solaris 11.

Change-Id: Ie434541f18f894c751d2e44bcb3efb3cac626019
---
M res/res_http_post.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/61/9261/2

diff --git a/res/res_http_post.c b/res/res_http_post.c
index 7b0005d..a77ef0d 100644
--- a/res/res_http_post.c
+++ b/res/res_http_post.c
@@ -36,7 +36,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <gmime/gmime.h>
-#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 <libgen.h>
 #endif
 

-- 
To view, visit https://gerrit.asterisk.org/9261
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie434541f18f894c751d2e44bcb3efb3cac626019
Gerrit-Change-Number: 9261
Gerrit-PatchSet: 2
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180621/64896e3c/attachment.html>


More information about the asterisk-code-review mailing list