diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_http.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index 5710cfe..5e4536e 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c | |||
@@ -35,8 +35,10 @@ const char *progname = "check_http"; | |||
35 | const char *copyright = "1999-2022"; | 35 | const char *copyright = "1999-2022"; |
36 | const char *email = "devel@monitoring-plugins.org"; | 36 | const char *email = "devel@monitoring-plugins.org"; |
37 | 37 | ||
38 | #include "base64.h" | 38 | // Do NOT sort those headers, it will break the build |
39 | // TODO: Fix this | ||
39 | #include "common.h" | 40 | #include "common.h" |
41 | #include "base64.h" | ||
40 | #include "netutils.h" | 42 | #include "netutils.h" |
41 | #include "utils.h" | 43 | #include "utils.h" |
42 | #include <ctype.h> | 44 | #include <ctype.h> |