diff --git a/cpukit/rtems/include/rtems/rtems/ratemon.h b/cpukit/rtems/include/rtems/rtems/ratemon.h index 6e8fab64d5..3203eab394 100644 --- a/cpukit/rtems/include/rtems/rtems/ratemon.h +++ b/cpukit/rtems/include/rtems/rtems/ratemon.h @@ -35,7 +35,8 @@ #include #include #include -#include + +struct rtems_printer; #ifdef __cplusplus extern "C" { @@ -362,7 +363,7 @@ void rtems_rate_monotonic_reset_all_statistics( void ); * the Manager but actually uses other services of the Manager. */ void rtems_rate_monotonic_report_statistics_with_plugin( - const rtems_printer *printer + const struct rtems_printer *printer ); /**