]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_http_post: Enable GMime in Solaris 11.
authorAlexander Traud <pabstraud@compuserve.com>
Thu, 21 Jun 2018 16:17:36 +0000 (18:17 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Thu, 21 Jun 2018 16:18:55 +0000 (10:18 -0600)
Change-Id: Ie434541f18f894c751d2e44bcb3efb3cac626019

res/res_http_post.c

index dea242c36b2e60ecafcfab4a857a92f946af7d8c..0a7200bc323d5f5fe0f62ddb532cd7ad5273c610 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(__DragonFly__) || defined(__NetBSD__) || defined(__Darwin__)
+#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__Darwin__) || defined(SOLARIS)
 #include <libgen.h>
 #endif