2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* network/i82586.c: Include <string.h>.
	* network/sonic.c: Ditto.
This commit is contained in:
Joel Sherrill
2002-04-04 18:22:15 +00:00
parent 792c6f7bde
commit 9c6a99f1fe
3 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* network/i82586.c: Include <string.h>.
* network/sonic.c: Ditto.
2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.

View File

@@ -153,6 +153,7 @@ Mode of operation:
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <sys/param.h>
#include <sys/mbuf.h>

View File

@@ -38,6 +38,7 @@
#include <libchip/sonic.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <rtems/error.h>