Skip to content

Commit

Permalink
Compatibility: changed the position of nginx.h to avoid compile error…
Browse files Browse the repository at this point in the history
… on windows at v1.7.12
  • Loading branch information
vozlt committed Apr 9, 2015
1 parent bd63446 commit 933fb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx_http_vhost_traffic_status_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
*/


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

#include "ngx_http_vhost_traffic_status_module_html.h"

Expand Down

0 comments on commit 933fb27

Please sign in to comment.