summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 17:01:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 17:01:30 +0000
commit540eec6e57f4732c3e98dfbf3b510af87d3d4e0d (patch)
tree63ec78f77c5613ee42a96c869ffd98ed76b09312 /cpukit/ChangeLog
parent2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-540eec6e57f4732c3e98dfbf3b510af87d3d4e0d.tar.bz2
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/rtemsobjectapimaximumclass.c: Include <rtems/rtems/object.h> (Missing prototypes). * sapi/src/exshutdown.c: Include <rtems/init.h> (Missing prototypes).
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 74f16836d0..365dc8c5f0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * rtems/src/rtemsobjectapimaximumclass.c:
+ Include <rtems/rtems/object.h> (Missing prototypes).
+ * sapi/src/exshutdown.c:
+ Include <rtems/init.h> (Missing prototypes).
* libmisc/mouse/mouse_parser.c: Make MOU_Data static.
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>