mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-23 08:49:21 -07:00
res_http_post: Enable GMime in NetBSD.
ASTERISK-27719 Change-Id: I230c5f9f316b2e9465c093c13580f72ebbaf67a7
This commit is contained in:
+1
-1
@@ -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(__Darwin__)
|
||||
#if defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__Darwin__)
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user