Index: bsd_tcpip/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/bsd_tcpip/current/ChangeLog,v retrieving revision 1.57 diff -u -r1.57 ChangeLog --- bsd_tcpip/current/ChangeLog 23 Oct 2005 20:48:44 -0000 1.57 +++ bsd_tcpip/current/ChangeLog 4 Nov 2005 10:31:50 -0000 @@ -1,3 +1,7 @@ +2005-10-24 Andrew Lunn + + * include/sys/param.h: Include to stop warnings. + 2005-10-23 Andrew Lunn * include/sys/time.h (Removed): Use the isoinfra sys/time.h Index: bsd_tcpip/current/include/sys/param.h =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/bsd_tcpip/current/include/sys/param.h,v retrieving revision 1.8 diff -u -r1.8 param.h --- bsd_tcpip/current/include/sys/param.h 30 Jul 2005 11:23:29 -0000 1.8 +++ bsd_tcpip/current/include/sys/param.h 4 Nov 2005 10:31:52 -0000 @@ -778,6 +778,7 @@ #include #include #include +#include #ifdef _KERNEL // External [common] variables Index: common/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/common/current/ChangeLog,v retrieving revision 1.73 diff -u -r1.73 ChangeLog --- common/current/ChangeLog 23 Oct 2005 20:48:07 -0000 1.73 +++ common/current/ChangeLog 4 Nov 2005 10:31:53 -0000 @@ -1,3 +1,7 @@ +2005-10-24 Andrew Lunn + + * include/network.h: Include to stop warnings. + 2005-10-23 Andrew Lunn * test/nc*_test_master.c: gettimeofday is now in POSIX Index: common/current/include/network.h =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/common/current/include/network.h,v retrieving revision 1.4 diff -u -r1.4 network.h --- common/current/include/network.h 8 Jun 2004 17:58:20 -0000 1.4 +++ common/current/include/network.h 4 Nov 2005 10:31:53 -0000 @@ -49,6 +49,7 @@ #include #include #include +#include #include #include