summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-19 08:51:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:57:17 +0200
commite64f164335e2534c4a7c9586cf33b1dd3438d88d (patch)
tree24943397169f17839974d8805702742116eff583
parentscore: Avoid direct usage of _Thread_Executing (diff)
downloadrtems-e64f164335e2534c4a7c9586cf33b1dd3438d88d.tar.bz2
score: Include <limits.h> in basedefs.h
-rw-r--r--cpukit/score/include/rtems/score/basedefs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/include/rtems/score/basedefs.h
index d6b5e24e64..ff8a18578c 100644
--- a/cpukit/score/include/rtems/score/basedefs.h
+++ b/cpukit/score/include/rtems/score/basedefs.h
@@ -33,6 +33,13 @@
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
+
+ /*
+ * FIXME: This include should not be present. In older RTEMS versions
+ * <rtems.h> provided <limits.h> indirectly. This include is here to not
+ * break application source files that relied on this accidentally.
+ */
+ #include <limits.h>
#endif
#ifndef TRUE