From 102e93602c3c8f75cf5dff5e5169f611e2605742 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 9 Dec 2011 11:37:45 +0000 Subject: =?UTF-8?q?2011-12-09=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtems/src/rtemsobjectsetname.c: Include (Missing prototype). --- cpukit/ChangeLog | 2 ++ cpukit/rtems/src/rtemsobjectsetname.c | 1 + 2 files changed, 3 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index a08aa6c344..5511d6f1df 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,7 @@ 2011-12-09 Ralf Corsépius + * rtems/src/rtemsobjectsetname.c: + Include (Missing prototype). * rtems/src/rtemsobjectgetclassicname.c: Include (Missing prototype). diff --git a/cpukit/rtems/src/rtemsobjectsetname.c b/cpukit/rtems/src/rtemsobjectsetname.c index 91fac13e7c..8c16b66d0b 100644 --- a/cpukit/rtems/src/rtemsobjectsetname.c +++ b/cpukit/rtems/src/rtemsobjectsetname.c @@ -20,6 +20,7 @@ #include #include #include +#include /* * This method will set the object name based upon the user string. -- cgit v1.2.3