Skip to content

Commit 49855a0

Browse files
committed
bugfix: fixed compilation failures with nginx 1.7.11+ configured with --with-threads.
1 parent f9479fb commit 49855a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ngx_postgres_ddebug.h

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#ifndef _NGX_POSTGRES_DDEBUG_H_
3030
#define _NGX_POSTGRES_DDEBUG_H_
3131

32+
#include <ngx_config.h>
3233
#include <ngx_core.h>
3334

3435
#if defined(DDEBUG) && (DDEBUG)

0 commit comments

Comments
 (0)