From 75f753b4414bbc4f357080d982156c8d95f3dc4b Mon Sep 17 00:00:00 2001 From: david Date: Wed, 21 Sep 2011 07:31:35 +0000 Subject: [PATCH] Rearrange include for AIX. --- libnetutil/netutil.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnetutil/netutil.cc b/libnetutil/netutil.cc index ed648e508..e32950e95 100644 --- a/libnetutil/netutil.cc +++ b/libnetutil/netutil.cc @@ -147,6 +147,8 @@ #define NETINET_IN_SYSTM_H #endif +#include "netutil.h" + #if HAVE_NET_IF_H #ifndef NET_IF_H /* This guarding is needed for at least some versions of OpenBSD */ #include @@ -162,8 +164,6 @@ #include #endif -#include "netutil.h" - #define NBASE_MAX_ERR_STR_LEN 1024 /* Max length of an error message */ /** Print fatal error messages to stderr and then exits. A newline