2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>

* src/rtemsInterrupt.cc: #include <cstdlib>.
	* src/rtemsMessageQueue.cc, src/rtemsSemaphore.cc,
	src/rtemsTask.cc, src/rtemsTimer.cc: #include <cstring>.
This commit is contained in:
Ralf Corsepius
2009-11-23 15:30:03 +00:00
parent 60e9714c0c
commit 9999ac00a2

View File

@@ -1,3 +1,9 @@
2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* src/rtemsInterrupt.cc: #include <cstdlib>.
* src/rtemsMessageQueue.cc, src/rtemsSemaphore.cc,
src/rtemsTask.cc, src/rtemsTimer.cc: #include <cstring>.
2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for cstdlib, cstring.