summaryrefslogtreecommitdiff
path: root/res/res_http_post.c
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2018-04-30 09:07:30 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-04-30 09:07:30 -0500
commit3bad41257bcd4470a773fc12d0d62a678a95ede0 (patch)
tree1cacfe2c8a9226ba55ed11c7106e6050dfb8612b /res/res_http_post.c
parent8e368d0eaf4012300b2fed4c5e1b472194505cbe (diff)
parentefe40ff671add7757c507f1e0da3f4580659d37e (diff)
Merge "BuildSystem: Add DragonFly BSD."
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