From 577dc6fe1e2540b1cad57a14909b72c63f9fd4cb Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 6 Sep 2016 18:14:58 +0000 Subject: [PATCH] Move include nbase.h (defines HAVE_NETDB_H) above check for HAVE_NETDB_H --- protocols.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols.h b/protocols.h index 2f5303390..78c61e05d 100644 --- a/protocols.h +++ b/protocols.h @@ -126,12 +126,12 @@ #ifndef PROTOCOLS_H #define PROTOCOLS_H +#include "nbase.h" + #if HAVE_NETDB_H #include #endif -#include "nbase.h" - #define PROTOCOL_TABLE_SIZE 256 struct protocol_list {