This should fix some problems building on AIX.
@@ -32,13 +32,12 @@ char *progname;
const char *copyright = "1999-2014";
const char *email = "devel@nagios-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@nagios-plugins.org";
#define DEFAULT_TIMEOUT 11
#include "utils_cmd.h"
+
/* char *command_line; */
static const char **process_arguments (int, char **);