summaryrefslogtreecommitdiff
path: root/res/res_http_post.c
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2018-04-20 12:50:03 +0200
committerAlexander Traud <pabstraud@compuserve.com>2018-04-20 12:50:03 +0200
commitefe40ff671add7757c507f1e0da3f4580659d37e (patch)
tree5a8fd4eeff3253b309049b4025c4f21f399d1e91 /res/res_http_post.c
parenta9c74fdc0462349bd9ae6f25ae72f071c95d1e76 (diff)
BuildSystem: Add DragonFly BSD.
ASTERISK-27820 Change-Id: I310896143e94d65da1c2be3bb448204a8b86d557
Diffstat (limited to 'res/res_http_post.c')
-rw-r--r--res/res_http_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_http_post.c b/res/res_http_post.c
index bf404ced6..7b0005dc7 100644
--- a/res/res_http_post.c
+++ b/res/res_http_post.c
@@ -36,7 +36,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <gmime/gmime.h>
-#if defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__Darwin__)
+#if defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__Darwin__)
#include <libgen.h>
#endif