From cc42039e15b5cdc37709e2fb71b2f1c0c1ca3853 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 8 Dec 2011 14:15:06 +0000 Subject: =?UTF-8?q?2011-12-08=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtems/src/rtemsobjectgetname.c: Include (Missing prototype). --- cpukit/ChangeLog | 2 ++ cpukit/rtems/src/rtemsobjectgetname.c | 1 + 2 files changed, 3 insertions(+) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 1380800233..ace035f837 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,7 @@ 2011-12-08 Ralf Corsépius + * rtems/src/rtemsobjectgetname.c: + Include (Missing prototype). * sapi/src/getversionstring.c: Include (Missing prototype). * libcsupport/src/termios.c: Make rtems_termios_refill_transmitter static. diff --git a/cpukit/rtems/src/rtemsobjectgetname.c b/cpukit/rtems/src/rtemsobjectgetname.c index c414d2e478..3a502f917a 100644 --- a/cpukit/rtems/src/rtemsobjectgetname.c +++ b/cpukit/rtems/src/rtemsobjectgetname.c @@ -17,6 +17,7 @@ #include #include +#include /* * This method obtain the name of an object and returns its name -- cgit v1.2.3