From d19c535205483b277eeeb6a9f76f4cd9ba13ea05 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 13:34:21 +0200 Subject: [PATCH] score: Include in basedefs.h --- cpukit/score/include/rtems/score/basedefs.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/include/rtems/score/basedefs.h index ff8a18578c..858ca93d27 100644 --- a/cpukit/score/include/rtems/score/basedefs.h +++ b/cpukit/score/include/rtems/score/basedefs.h @@ -40,6 +40,13 @@ * break application source files that relied on this accidentally. */ #include + + /* + * FIXME: This include should not be present. In older RTEMS versions + * provided indirectly. This include is here to not + * break application source files that relied on this accidentally. + */ + #include #endif #ifndef TRUE