mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
Rearrange include for AIX.
This commit is contained in:
parent
0bce585dec
commit
75f753b441
1 changed files with 2 additions and 2 deletions
|
|
@ -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 <net/if.h>
|
||||
|
|
@ -162,8 +164,6 @@
|
|||
#include <sys/resource.h>
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue