[rtems commit] Include rtems/bspIo.h for printk.
Sebastian Huber
sebh at rtems.org
Fri Jan 5 10:58:27 UTC 2018
Module: rtems
Branch: master
Commit: 2a21c8029986419088df34f5ad883fca10a5943c
Changeset: http://git.rtems.org/rtems/commit/?id=2a21c8029986419088df34f5ad883fca10a5943c
Author: Chris Johns <chrisj at rtems.org>
Date: Wed Dec 27 13:43:02 2017 +1100
Include rtems/bspIo.h for printk.
Closes @3267.
---
cpukit/include/rtems/status-checks.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cpukit/include/rtems/status-checks.h b/cpukit/include/rtems/status-checks.h
index 482e9bd..54b045c 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 */
More information about the vc
mailing list