included ngx_config.h & ngx_core.h to every file

This commit is contained in:
Roman Arutyunyan
2013-06-11 21:00:39 +04:00
parent 021db6cfd9
commit f94fcee9fb
34 changed files with 65 additions and 6 deletions

View File

@ -6,6 +6,9 @@
#ifndef _NGX_RTMP_EVAL_H_INCLUDED_
#define _NGX_RTMP_EVAL_H_INCLUDED_
#include <ngx_config.h>
#include <ngx_core.h>
#include "ngx_rtmp.h"