Merge "res_http_post: Enable GMime in NetBSD."

This commit is contained in:
Jenkins2 2018-03-09 00:19:46 -06:00 committed by Gerrit Code Review
commit ffdc5c6398
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(__Darwin__)
#if defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__Darwin__)
#include <libgen.h>
#endif