Skip to content

Commit

Permalink
fixed compilation failures with nginx 1.7.11+ configured with --with-…
Browse files Browse the repository at this point in the history
…threads.
  • Loading branch information
agentzh committed Apr 2, 2015
1 parent 950b5c3 commit 462b863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ngx_coolkit_handlers.h
Expand Up @@ -27,6 +27,7 @@
#ifndef _NGX_COOLKIT_HANDLERS_H_
#define _NGX_COOLKIT_HANDLERS_H_

#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>

Expand Down
1 change: 1 addition & 0 deletions src/ngx_coolkit_module.h
Expand Up @@ -27,6 +27,7 @@
#ifndef _NGX_COOLKIT_MODULE_H_
#define _NGX_COOLKIT_MODULE_H_

#include <ngx_config.h>
#include <nginx.h>
#include <ngx_core.h>
#include <ngx_http.h>
Expand Down

0 comments on commit 462b863

Please sign in to comment.