summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-12-27 13:43:02 +1100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-04 11:54:35 +0100
commit2a21c8029986419088df34f5ad883fca10a5943c (patch)
tree90b6c46582de2a838a8ccfc3aaf7fd25251e193b
parentbsps: Add AM_CPPFLAGS to special case CPPFLAGS (diff)
downloadrtems-2a21c8029986419088df34f5ad883fca10a5943c.tar.bz2
Include rtems/bspIo.h for printk.
Closes @3267.
-rw-r--r--cpukit/include/rtems/status-checks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/rtems/status-checks.h b/cpukit/include/rtems/status-checks.h
index 482e9bdbcb..54b045c6a0 100644
--- a/cpukit/include/rtems/status-checks.h
+++ b/cpukit/include/rtems/status-checks.h
@@ -23,6 +23,8 @@
#ifndef RTEMS_STATUS_CHECKS_H
#define RTEMS_STATUS_CHECKS_H
+#include <rtems/bspIo.h>
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */