changeset 2097:d2cf23fa9748

* include/sys/param.h: Include <string.h> to stop warnings.
author asl
date Fri, 04 Nov 2005 10:37:05 +0000
parents 999cd7333dc3
children f34a4ac8a886
files packages/net/bsd_tcpip/current/ChangeLog packages/net/bsd_tcpip/current/include/sys/param.h
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/net/bsd_tcpip/current/ChangeLog
+++ b/packages/net/bsd_tcpip/current/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-24  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* include/sys/param.h: Include <string.h> to stop warnings.
+
 2005-10-23  Andrew Lunn  <andrew.lunn@ascom.ch>
 
 	* include/sys/time.h (Removed): Use the isoinfra sys/time.h
--- a/packages/net/bsd_tcpip/current/include/sys/param.h
+++ b/packages/net/bsd_tcpip/current/include/sys/param.h
@@ -778,6 +778,7 @@
 #include <sys/types.h>
 #include <sys/endian.h>
 #include <errno.h>
+#include <string.h>
 
 #ifdef _KERNEL
 // External [common] variables