Code

check_pgsql now builds with postgres lib v8.3 (Jan Wagner #1878972)
[nagiosplug.git] / plugins / check_pgsql.c
index e5442d244217d8d56be0110656e21ad0ad532a9b..0563322858a5a7d77e421f4a3c9a1efe0b5cd01c 100644 (file)
@@ -41,6 +41,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net";
 
 #include "netutils.h"
 #include <libpq-fe.h>
+#include <pg_config_manual.h>
 
 #define DEFAULT_DB "template1"
 #define DEFAULT_HOST "127.0.0.1"