From b48cb1f130cda9818d06aaf74cdc7d2aef13bf42 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 10 Sep 2013 22:29:46 +0200 Subject: Fix GCC's -Wimplicit-function-declaration warnings Fix the issues found by GCC when the -Wimplicit-function-declaration flag is specified. --- plugins/check_tcp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/check_tcp.c') diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index b024821e..9e62638b 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c @@ -32,6 +32,8 @@ char *progname; const char *copyright = "1999-2008"; const char *email = "nagiosplug-devel@lists.sourceforge.net"; +#include + #include "common.h" #include "netutils.h" #include "utils.h" -- cgit v1.2.3-74-g34f1