diff options
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r-- | plugins/check_http.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index 151eaca..b3d2ae3 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c | |||
@@ -41,12 +41,11 @@ const char *revision = "$Revision$"; | |||
41 | const char *copyright = "1999-2008"; | 41 | const char *copyright = "1999-2008"; |
42 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 42 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
43 | 43 | ||
44 | #include <ctype.h> | ||
45 | |||
46 | #include "common.h" | 44 | #include "common.h" |
47 | #include "netutils.h" | 45 | #include "netutils.h" |
48 | #include "utils.h" | 46 | #include "utils.h" |
49 | #include "base64.h" | 47 | #include "base64.h" |
48 | #include <ctype.h> | ||
50 | 49 | ||
51 | #define INPUT_DELIMITER ";" | 50 | #define INPUT_DELIMITER ";" |
52 | 51 | ||