changeset 1114:004ee5415eaa

* include/net/netdb.h: Added include for <sys/param.h>. the in.h file included later needs this.
author nickg
date Tue, 15 Jul 2003 08:45:15 +0000
parents 3c572fd445d3
children e032de9c97e2
files packages/net/common/current/ChangeLog packages/net/common/current/include/net/netdb.h
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/net/common/current/ChangeLog
+++ b/packages/net/common/current/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-15  Nick Garnett  <nickg@balti.calivar.com>
+
+	* include/net/netdb.h: Added include for <sys/param.h>. the in.h
+	file included later needs this.
+
  2003-05-23  Andrew Lunn  <andrew.lunn@ascom.ch>
  
  	* src/network_support.c (init_all_network_interfaces): Allow IPv4
--- 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 <sys/param.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif