Skip to content

Commit a22e6bd

Browse files
itpp16denji
authored andcommitted
Fix for 1.7.12 compile errors
Resolved FRiCKLE#30
1 parent 93f9a2b commit a22e6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngx_cache_purge_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
*/
2929

30-
#include <nginx.h>
3130
#include <ngx_config.h>
31+
#include <nginx.h>
3232
#include <ngx_core.h>
3333
#include <ngx_http.h>
3434

0 commit comments

Comments
 (0)