summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-09-02 06:17:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-09-02 06:17:39 +0000
commit4adabccd5cda0b7e85eef999bf1d64981b211675 (patch)
tree1897a9e33dfd5b07f16b30d097e4d38e3b5e322d /c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
parent2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4adabccd5cda0b7e85eef999bf1d64981b211675.tar.bz2
2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc8260/exceptions/raw_exception.c: #include <string.h>. #include <bspIo.h>.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
index 3fe5c371d7..aac37de08a 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
@@ -21,8 +21,10 @@
* $Id$
*/
+#include <string.h> /* memcmp */
#include <rtems/system.h>
#include <rtems/score/ppc.h>
+#include <rtems/bspIo.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h>