Merge "res_http_post: Enable GMime in Solaris 11."

This commit is contained in:
Jenkins2 2018-06-22 12:02:42 -05:00 committed by Gerrit Code Review
commit 06b79aec05
1 changed files with 1 additions and 1 deletions

View 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