2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* libcsupport/src/isatty_r.c, libcsupport/src/malloc_sbrk_helpers.c:
	#include <unistd.h>.
This commit is contained in:
Ralf Corsepius
2010-04-02 07:05:46 +00:00
parent eb09d64daa
commit 814e5e1a4a

View File

@@ -1,5 +1,7 @@
2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/isatty_r.c, libcsupport/src/malloc_sbrk_helpers.c:
#include <unistd.h>.
* posix/src/sched_rr_get_interval.c: #include <unistd.h>.
2010-03-30 Chris Johns <chrisj@rtems.org>