aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_config_pgsql.c')
-rw-r--r--res/res_config_pgsql.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c
index 61046c84b..ca23508c2 100644
--- a/res/res_config_pgsql.c
+++ b/res/res_config_pgsql.c
@@ -22,6 +22,10 @@
* \arg http://www.postgresql.org
*/
+/*** MODULEINFO
+ <depend>pgsql</depend>
+ ***/
+
#include <stdlib.h>
#include <string.h>
#include <libpq-fe.h> /* PostgreSQL */