]> 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:19:04 +0000 (10:19 -0600)
Change-Id: Ie434541f18f894c751d2e44bcb3efb3cac626019

res/res_http_post.c

index 2e16dc39d6baca3196f0dce49996e2194aa4f1df..55abecf331c85082bfcab0f1246ed5bafaa52fc3 100644 (file)
@@ -36,7 +36,7 @@
 #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