Skip to content

Commit

Permalink
bugfix: fixed compilation failures with nginx 1.7.11+ configured with…
Browse files Browse the repository at this point in the history
… --with-threads.
  • Loading branch information
agentzh committed Apr 2, 2015
1 parent f9479fb commit 49855a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ngx_postgres_ddebug.h
Expand Up @@ -29,6 +29,7 @@
#ifndef _NGX_POSTGRES_DDEBUG_H_
#define _NGX_POSTGRES_DDEBUG_H_

#include <ngx_config.h>
#include <ngx_core.h>

#if defined(DDEBUG) && (DDEBUG)
Expand Down

0 comments on commit 49855a0

Please sign in to comment.