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

@ -2,6 +2,9 @@
* Copyright (c) 2012 Roman Arutyunyan
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include "ngx_rtmp_cmd_module.h"
#include "ngx_rtmp_streams.h"