summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/bestcomm
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-12-31 09:28:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-12-31 09:28:02 +0000
commitda261595f5cacf0dca44511afd9788fdbeea99d9 (patch)
tree3cc9521c7ff9342deb57c7dc3d864bf84568842a /c/src/lib/libbsp/powerpc/gen5200/bestcomm
parent2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-da261595f5cacf0dca44511afd9788fdbeea99d9.tar.bz2
Misc include file fixes.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/bestcomm')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c
index 05205e7b13..13cb6b9024 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c
@@ -27,6 +27,10 @@
|*do not edit here) |
|*****************************************************************|
|* $Log$
+|* Revision 1.1 2005/12/31 05:09:25 ralf
+|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
+|* submission).
+|*
|* Revision 1.10 2005/12/09 08:57:03 thomas
|* added/modifed file headers
|*
@@ -41,7 +45,7 @@
\*===============================================================*/
#include <rtems.h>
#include <rtems/error.h>
-#include "../include/bsp.h"
+#include <bsp.h>
#include "../irq/irq.h"
#include "../include/mpc5200.h"
#include "../bestcomm/include/ppctypes.h" /* uint32, et. al. */