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

res/res_http_post.c

index 7b0005dc7e5962a5aa3bd6d432637ae402685861..a77ef0d6f541fe80d2517e59ec14e609ecb583a3 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