Include rtems/bspIo.h for printk.

Closes @3267.
This commit is contained in:
Chris Johns
2017-12-27 13:43:02 +11:00
committed by Sebastian Huber
parent 6897cb1d7c
commit 2a21c80299

View File

@@ -23,6 +23,8 @@
#ifndef RTEMS_STATUS_CHECKS_H #ifndef RTEMS_STATUS_CHECKS_H
#define RTEMS_STATUS_CHECKS_H #define RTEMS_STATUS_CHECKS_H
#include <rtems/bspIo.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif /* __cplusplus */ #endif /* __cplusplus */