diff options
| author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-11-14 00:32:44 +0100 | 
|---|---|---|
| committer | Sven Nierlein <sven@nierlein.org> | 2023-01-07 18:34:46 +0100 | 
| commit | 48d6ef2557605d9815e242c4a4f19c0dcdc37c28 (patch) | |
| tree | 444ffab43acf7b76fe33e4085fbd2186580b34db /plugins | |
| parent | afe92468a54ec44cdda35e46a1eabd0d0de78840 (diff) | |
| download | monitoring-plugins-48d6ef2.tar.gz | |
Undo sorting of header file includes, it breaks the build
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 5710cfe1..5e4536e4 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> | 
