fixed nginx-1.5.3 compilation with ipv6 enabled

This commit is contained in:
Roman Arutyunyan 2013-08-18 08:50:57 +04:00
parent a3cffbb6c2
commit 7b4df729c1

View file

@ -7,6 +7,7 @@
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
#include <nginx.h>
#include "ngx_rtmp.h"