Skip to content

Commit bab98b4

Browse files
committed
bugfix: fixed compilation failures with nginx 1.7.11+ configured with --with-threads.
1 parent 494b868 commit bab98b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ddebug.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef DDEBUG_H
22
#define DDEBUG_H
33

4+
#include <ngx_config.h>
45
#include <ngx_core.h>
56
#include <ngx_http.h>
67
#include <nginx.h>

0 commit comments

Comments
 (0)