]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_http_post: Enable GMime in NetBSD.
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 5 Mar 2018 14:15:03 +0000 (15:15 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Mon, 5 Mar 2018 14:15:44 +0000 (08:15 -0600)
ASTERISK-27719

Change-Id: I230c5f9f316b2e9465c093c13580f72ebbaf67a7

res/res_http_post.c

index f7c4d308fb184e33b1bc4bd02dd966293fc7a409..6ac2d865948b92dd390cd5ed9d50b20444e79002 100644 (file)
@@ -38,7 +38,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #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