From 814e5e1a4a7e2c808936d55ce9a4e057519fcb18 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 2 Apr 2010 07:05:46 +0000 Subject: [PATCH] =?UTF-8?q?2010-04-02=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/isatty_r.c, libcsupport/src/malloc_sbrk_helpers.c: #include . --- cpukit/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 89204b1b82..38718deac3 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,7 @@ 2010-04-02 Ralf Corsépius + * libcsupport/src/isatty_r.c, libcsupport/src/malloc_sbrk_helpers.c: + #include . * posix/src/sched_rr_get_interval.c: #include . 2010-03-30 Chris Johns