From: Alexander Traud Date: Mon, 5 Mar 2018 14:15:03 +0000 (+0100) Subject: res_http_post: Enable GMime in NetBSD. X-Git-Tag: 13.21.0-rc1~82^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d63c185f022afd457ccb60da7275a03eb3f42fe;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 f7c4d308fb..6ac2d86594 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(__Darwin__) +#if defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__Darwin__) #include #endif