diff --git a/res/res_http_post.c b/res/res_http_post.c index 8450fb7ebb..0d9ca571c6 100644 --- a/res/res_http_post.c +++ b/res/res_http_post.c @@ -37,6 +37,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision: 111213 $") #include #include #include +#if defined (__OpenBSD__) +#include +#endif #include "asterisk/linkedlists.h" #include "asterisk/http.h"