summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-24 10:17:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-24 10:17:38 +0000
commitd5fa21efc40c77bc97858edb6792b09ff723c530 (patch)
tree0434de4e3fde5d5e0eb7440ab625e4e8e628ca71
parent2002-07-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d5fa21efc40c77bc97858edb6792b09ff723c530.tar.bz2
2002-07-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc6xx/mmu/pte121.c: Include <string.h> for gcc-3.1.
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog4
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index a2a3d63ff8..e8488ae0d8 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -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
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
index 5e7634b7cc..d0676833f7 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
@@ -31,6 +31,7 @@
#include <stdio.h>
#include <assert.h>
+#include <string.h>
#include "pte121.h"