Core: ensure that ngx_config.h is always included first.

This fixes compilation of various 3rd party modules when nginx is
configured with threads.
This commit is contained in:
Sergey Kandaurov 2015-04-16 18:18:37 +03:00
parent 7e42c2cd3e
commit b6c7cb0523
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
#define _NGX_CORE_H_INCLUDED_
#include <ngx_config.h>
typedef struct ngx_module_s ngx_module_t;
typedef struct ngx_conf_s ngx_conf_t;
typedef struct ngx_cycle_s ngx_cycle_t;