From 8237b2d39c8a4244ebf4adac7b9a9927d509f189 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Oct 2014 09:15:07 -0500 Subject: rtems/score/object.h: Include to honor 16-bit Ids Selection of 16-bit object Ids is a port specific decision. Somewhere along the way, the file providing this information was dropped from the include file set. This resulted in the code being compiled with a mix of 16 and 32 bit ID assumptions for those targets with 16-bit Ids. --- cpukit/score/include/rtems/score/object.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h index 4eb66ad487..03afc9b1b9 100644 --- a/cpukit/score/include/rtems/score/object.h +++ b/cpukit/score/include/rtems/score/object.h @@ -21,6 +21,7 @@ #define _RTEMS_SCORE_OBJECT_H #include +#include #include #ifdef __cplusplus -- cgit v1.2.3