From 462b863babe121b900465b4ec8dfba612d723e9a Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Thu, 2 Apr 2015 12:27:38 -0700 Subject: [PATCH] fixed compilation failures with nginx 1.7.11+ configured with --with-threads. --- src/ngx_coolkit_handlers.h | 1 + src/ngx_coolkit_module.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/ngx_coolkit_handlers.h b/src/ngx_coolkit_handlers.h index 430c0bf..f58c334 100644 --- a/src/ngx_coolkit_handlers.h +++ b/src/ngx_coolkit_handlers.h @@ -27,6 +27,7 @@ #ifndef _NGX_COOLKIT_HANDLERS_H_ #define _NGX_COOLKIT_HANDLERS_H_ +#include #include #include diff --git a/src/ngx_coolkit_module.h b/src/ngx_coolkit_module.h index f0d8f8f..7419f21 100644 --- a/src/ngx_coolkit_module.h +++ b/src/ngx_coolkit_module.h @@ -27,6 +27,7 @@ #ifndef _NGX_COOLKIT_MODULE_H_ #define _NGX_COOLKIT_MODULE_H_ +#include #include #include #include