diff options
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 75658bacb..6bfefcc49 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -37,6 +37,7 @@ typedef struct ngx_connection_s ngx_connection_t; #include <ngx_rbtree.h> #include <ngx_times.h> #include <ngx_inet.h> +#include <ngx_cycle.h> #include <ngx_conf_file.h> #include <ngx_os.h> #include <ngx_connection.h> |