changeset 2098:f34a4ac8a886

* include/network.h: Include <string.h> to stop warnings.
author asl
date Fri, 04 Nov 2005 12:16:58 +0000
parents d2cf23fa9748
children de02720a095b
files packages/net/common/current/ChangeLog packages/net/common/current/include/network.h
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/net/common/current/ChangeLog
+++ b/packages/net/common/current/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-24  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* include/network.h: Include <string.h> to stop warnings.
+
 2005-10-23  Andrew Lunn  <andrew.lunn@ascom.ch>
 
 	* test/nc*_test_master.c: gettimeofday is now in POSIX
--- a/packages/net/common/current/include/network.h
+++ b/packages/net/common/current/include/network.h
@@ -49,6 +49,7 @@
 #include <netinet/ip.h>
 #include <netinet/ip_icmp.h>
 #include <net/route.h>
+#include <string.h>
 
 #include <cyg/infra/diag.h>
 #include <cyg/kernel/kapi.h>