1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Move include nbase.h (defines HAVE_NETDB_H) above check for HAVE_NETDB_H

This commit is contained in:
dmiller
2016-09-06 18:14:58 +00:00
parent bace81fa5c
commit 577dc6fe1e

View File

@@ -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 {