diff options
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r-- | plugins/check_smtp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index 3310bce..97208b0 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c | |||
@@ -36,13 +36,13 @@ const char *revision = "$Revision$"; | |||
36 | const char *copyright = "2000-2007"; | 36 | const char *copyright = "2000-2007"; |
37 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 37 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
38 | 38 | ||
39 | #include <ctype.h> | ||
40 | |||
41 | #include "common.h" | 39 | #include "common.h" |
42 | #include "netutils.h" | 40 | #include "netutils.h" |
43 | #include "utils.h" | 41 | #include "utils.h" |
44 | #include "base64.h" | 42 | #include "base64.h" |
45 | 43 | ||
44 | #include <ctype.h> | ||
45 | |||
46 | #ifdef HAVE_SSL | 46 | #ifdef HAVE_SSL |
47 | int check_cert = FALSE; | 47 | int check_cert = FALSE; |
48 | int days_till_exp; | 48 | int days_till_exp; |