aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/res_config_pgsql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c
index 2e900d00d..0cf6d4ee1 100644
--- a/res/res_config_pgsql.c
+++ b/res/res_config_pgsql.c
@@ -27,6 +27,7 @@
***/
#include <stdlib.h>
+#include <stdio.h>
#include <string.h>
#include <libpq-fe.h> /* PostgreSQL */