diff --git a/res/res_http_post.c b/res/res_http_post.c index 268db011e0..3839c38130 100644 --- a/res/res_http_post.c +++ b/res/res_http_post.c @@ -37,7 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include #include -#if defined (__OpenBSD__) || defined(__FreeBSD__) +#if defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__Darwin__) #include #endif