This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

NETDB.H: include sys/param.h


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/common/current/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -5 -r1.36 -r1.37
--- ChangeLog	26 May 2003 07:33:06 -0000	1.36
+++ ChangeLog	15 Jul 2003 08:45:15 -0000	1.37
@@ -1,5 +1,10 @@
+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
  	or IPv6 addresses to be used when configuring a default DNS
  	server.
Index: include/net/netdb.h
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/common/current/include/net/netdb.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -5 -r1.3 -r1.4
--- include/net/netdb.h	12 May 2003 10:13:38 -0000	1.3
+++ include/net/netdb.h	15 Jul 2003 08:45:16 -0000	1.4
@@ -34,10 +34,12 @@
 //
 
 #ifndef _NETDB_H_
 #define _NETDB_H_
 
+#include <sys/param.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 // Internet protocols

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]