From 49855a037607c89426b59f54ae2d3049dc5d1c74 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Thu, 2 Apr 2015 12:34:16 -0700 Subject: [PATCH] bugfix: fixed compilation failures with nginx 1.7.11+ configured with --with-threads. --- src/ngx_postgres_ddebug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ngx_postgres_ddebug.h b/src/ngx_postgres_ddebug.h index 7cc05ecd..38253fca 100644 --- a/src/ngx_postgres_ddebug.h +++ b/src/ngx_postgres_ddebug.h @@ -29,6 +29,7 @@ #ifndef _NGX_POSTGRES_DDEBUG_H_ #define _NGX_POSTGRES_DDEBUG_H_ +#include #include #if defined(DDEBUG) && (DDEBUG)