[Asterisk-code-review] res http post: Enable GMime in NetBSD. (asterisk[13])

Alexander Traud asteriskteam at digium.com
Mon Mar 5 08:15:45 CST 2018


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


Change subject: res_http_post: Enable GMime in NetBSD.
......................................................................

res_http_post: Enable GMime in NetBSD.

ASTERISK-27719

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



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/31/8431/1

diff --git a/res/res_http_post.c b/res/res_http_post.c
index f7c4d30..6ac2d86 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(__Darwin__)
+#if defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__Darwin__)
 #include <libgen.h>
 #endif
 

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

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I230c5f9f316b2e9465c093c13580f72ebbaf67a7
Gerrit-Change-Number: 8431
Gerrit-PatchSet: 1
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/20180305/57c5b482/attachment.html>


More information about the asterisk-code-review mailing list