From 8f9e9bdc0724b26ec9d9caadd8c82ab7d1b17357 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 19 Apr 1996 21:10:27 +0000 Subject: event.h: _Event_Manager_initialization no longer a static inline support.h: updated to use RTEMS_APPLICATION macro --- cpukit/rtems/include/rtems/rtems/support.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/rtems/include/rtems/rtems/support.h') diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h index f4b26d6a61..3305ffd4d3 100644 --- a/cpukit/rtems/include/rtems/rtems/support.h +++ b/cpukit/rtems/include/rtems/rtems/support.h @@ -85,7 +85,9 @@ extern "C" { #define RTEMS_MILLISECONDS_TO_TICKS(_ms) \ TOD_MILLISECONDS_TO_TICKS(_ms) +#ifndef __RTEMS_APPLICATION__ #include +#endif #ifdef __cplusplus } -- cgit v1.2.3