[Asterisk-code-review] res http post: Enable GMime in Solaris 11. (asterisk[13])
Jenkins2
asteriskteam at digium.com
Fri Jun 22 11:42:28 CDT 2018
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/9262 )
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(-)
Approvals:
George Joseph: Looks good to me, but someone else must approve
Richard Mudgett: Looks good to me, approved
Jenkins2: Approved for Submit
diff --git a/res/res_http_post.c b/res/res_http_post.c
index dea242c..0a7200b 100644
--- a/res/res_http_post.c
+++ b/res/res_http_post.c
@@ -38,7 +38,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/9262
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie434541f18f894c751d2e44bcb3efb3cac626019
Gerrit-Change-Number: 9262
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180622/aba5fb49/attachment.html>
More information about the asterisk-code-review
mailing list