summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-09 11:37:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-09 11:37:45 +0000
commit102e93602c3c8f75cf5dff5e5169f611e2605742 (patch)
treec84abf7a64c3b7432cb4d8c21670507b1832307e
parent2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-102e93602c3c8f75cf5dff5e5169f611e2605742.tar.bz2
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/rtemsobjectsetname.c: Include <rtems/rtems/object.h> (Missing prototype).
-rw-r--r--cpukit/ChangeLog2
-rw-r--r--cpukit/rtems/src/rtemsobjectsetname.c1
2 files changed, 3 insertions, 0 deletions
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 <ralf.corsepius@rtems.org>
+ * rtems/src/rtemsobjectsetname.c:
+ Include <rtems/rtems/object.h> (Missing prototype).
* rtems/src/rtemsobjectgetclassicname.c:
Include <rtems/rtems/object.h> (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 <rtems/score/thread.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/types.h>
+#include <rtems/rtems/object.h>
/*
* This method will set the object name based upon the user string.