X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fcheck_pgsql.c;h=0563322858a5a7d77e421f4a3c9a1efe0b5cd01c;hb=b572da0b376f3e3e7e07ec8f7ee921beeed26835;hp=e5442d244217d8d56be0110656e21ad0ad532a9b;hpb=2f9ee337cf7e04d41f5fbb7d57973b2a77c2d07b;p=nagiosplug.git diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c index e5442d2..0563322 100644 --- a/plugins/check_pgsql.c +++ b/plugins/check_pgsql.c @@ -41,6 +41,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net"; #include "netutils.h" #include +#include #define DEFAULT_DB "template1" #define DEFAULT_HOST "127.0.0.1"