mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Move include nbase.h (defines HAVE_NETDB_H) above check for HAVE_NETDB_H
This commit is contained in:
parent
bace81fa5c
commit
577dc6fe1e
1 changed files with 2 additions and 2 deletions
|
|
@ -126,12 +126,12 @@
|
|||
#ifndef PROTOCOLS_H
|
||||
#define PROTOCOLS_H
|
||||
|
||||
#include "nbase.h"
|
||||
|
||||
#if HAVE_NETDB_H
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
#include "nbase.h"
|
||||
|
||||
#define PROTOCOL_TABLE_SIZE 256
|
||||
|
||||
struct protocol_list {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue