From fdad7ea7a3ebb9571fc385afe54f5e86132619e5 Mon Sep 17 00:00:00 2001 From: Chrono Law Date: Thu, 31 Dec 2015 12:41:11 +0800 Subject: [PATCH] nginx.h fix --- ngxpp/Nginx.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngxpp/Nginx.hpp b/ngxpp/Nginx.hpp index d5bf498..e0f4d0b 100644 --- a/ngxpp/Nginx.hpp +++ b/ngxpp/Nginx.hpp @@ -5,8 +5,8 @@ extern "C" { -#include #include +#include }