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

* mpc6xx/mmu/pte121.c: Include <string.h> for gcc-3.1.
This commit is contained in:
Ralf Corsepius
2002-07-24 10:17:38 +00:00
parent 115a390f61
commit d5fa21efc4
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-07-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc6xx/mmu/pte121.c: Include <string.h> for gcc-3.1.
2002-07-22 Till Straumann <strauman@slac.stanford.edu>
* mpc6xx/mmu/bat.c: Per PR241, fix a tiny bug introduced by the

View File

@@ -31,6 +31,7 @@
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include "pte121.h"