[rtems commit] sapi/src/panic.c: Add include of <rtems/bspIo.h>

Joel Sherrill joel at rtems.org
Wed Nov 29 19:03:46 UTC 2017


Module:    rtems
Branch:    master
Commit:    7b8c5b0def8af898f38a3d828b1c6c3676cda2f0
Changeset: http://git.rtems.org/rtems/commit/?id=7b8c5b0def8af898f38a3d828b1c6c3676cda2f0

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Nov 29 10:31:45 2017 -0600

sapi/src/panic.c: Add include of <rtems/bspIo.h>

---

 cpukit/sapi/src/panic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/sapi/src/panic.c b/cpukit/sapi/src/panic.c
index 34b6f75..e18765a 100644
--- a/cpukit/sapi/src/panic.c
+++ b/cpukit/sapi/src/panic.c
@@ -17,6 +17,7 @@
 #endif
 
 #include <rtems/fatal.h>
+#include <rtems/bspIo.h>
 
 #include <stdarg.h>
 



More information about the vc mailing list