diff options
Diffstat (limited to 'plugins/check_tcp.c')
| -rw-r--r-- | plugins/check_tcp.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; | |||
| 32 | const char *copyright = "1999-2008"; | 32 | const char *copyright = "1999-2008"; |
| 33 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 33 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
| 34 | 34 | ||
| 35 | #include <ctype.h> | ||
| 36 | |||
| 35 | #include "common.h" | 37 | #include "common.h" |
| 36 | #include "netutils.h" | 38 | #include "netutils.h" |
| 37 | #include "utils.h" | 39 | #include "utils.h" |
