From 7b4df729c1c4d86589f8ccadc0bd20ee733416f9 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Sun, 18 Aug 2013 08:50:57 +0400 Subject: [PATCH] fixed nginx-1.5.3 compilation with ipv6 enabled --- ngx_rtmp_core_module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ngx_rtmp_core_module.c b/ngx_rtmp_core_module.c index ae36f5a..665899f 100644 --- a/ngx_rtmp_core_module.c +++ b/ngx_rtmp_core_module.c @@ -7,6 +7,7 @@ #include #include #include +#include #include "ngx_rtmp.h"