From: Alexander Traud Date: Mon, 5 Mar 2018 14:15:03 +0000 (+0100) Subject: res_http_post: Enable GMime in NetBSD. X-Git-Tag: 16.0.0-rc1~284^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b6a14737463a120f6881af1b62c252809862f7;p=thirdparty%2Fasterisk.git res_http_post: Enable GMime in NetBSD. ASTERISK-27719 Change-Id: I230c5f9f316b2e9465c093c13580f72ebbaf67a7 --- diff --git a/res/res_http_post.c b/res/res_http_post.c index 44bb8ee9da..f36b772d48 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(__Darwin__) +#if defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__Darwin__) #include #endif