More attempted header rearrangement for AIX compatibility.

This commit is contained in:
david 2012-03-19 16:26:39 +00:00
parent 59d472b232
commit 8124bf69b9
2 changed files with 8 additions and 2 deletions

View file

@ -116,7 +116,6 @@
#if HAVE_SYS_SOCKIO_H
#include <sys/sockio.h> /* SIOCGIFCONF for Solaris */
#endif
#include <net/if_arp.h>
/* Define CMSG_* symbols for Solaris 9 and earlier. See
http://wiki.opencsw.org/porting-faq#toc10. */
@ -162,6 +161,7 @@
#include <netinet/ip.h>
#define NETINET_IP_H
#endif
#include <net/if_arp.h>
#if HAVE_SYS_RESOURCE_H
#include <sys/resource.h>