# HG changeset patch # User nickg # Date 1058258715 0 # Node ID 004ee5415eaa1a272030dd84acd9efa466a3e51f # Parent 3c572fd445d380b40db92043409c4f12bc5a4cc2 * include/net/netdb.h: Added include for . the in.h file included later needs this. diff --git a/packages/net/common/current/ChangeLog b/packages/net/common/current/ChangeLog --- a/packages/net/common/current/ChangeLog +++ b/packages/net/common/current/ChangeLog @@ -1,3 +1,8 @@ +2003-07-15 Nick Garnett + + * include/net/netdb.h: Added include for . the in.h + file included later needs this. + 2003-05-23 Andrew Lunn * src/network_support.c (init_all_network_interfaces): Allow IPv4 diff --git a/packages/net/common/current/include/net/netdb.h b/packages/net/common/current/include/net/netdb.h --- a/packages/net/common/current/include/net/netdb.h +++ b/packages/net/common/current/include/net/netdb.h @@ -36,6 +36,8 @@ #ifndef _NETDB_H_ #define _NETDB_H_ +#include + #ifdef __cplusplus extern "C" { #endif