summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
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 /c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
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.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c1
1 files changed, 1 insertions, 0 deletions
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"