mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
Include common.h before any system headers.
This should fix some problems building on AIX.
This commit is contained in:
parent
7508da9360
commit
6e246799b9
2 changed files with 3 additions and 4 deletions
|
|
@ -32,13 +32,12 @@ char *progname;
|
|||
const char *copyright = "1999-2008";
|
||||
const char *email = "devel@monitoring-plugins.org";
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "netutils.h"
|
||||
#include "utils.h"
|
||||
#include "utils_tcp.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
#ifdef HAVE_SSL
|
||||
|
|
|
|||
|
|
@ -35,12 +35,12 @@ const char *email = "devel@monitoring-plugins.org";
|
|||
|
||||
#define DEFAULT_TIMEOUT 11
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "utils.h"
|
||||
#include "utils_cmd.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
/* char *command_line; */
|
||||
|
||||
static const char **process_arguments (int, char **);
|
||||
|
|
|
|||
Loading…
Reference in a new issue