summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/src/objectidtoname.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 87bc1aa924..0e32db59f3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-29 Jennifer Averett <jennifer.averett@oarcorp.com>
+
+ * score/src/objectidtoname.c: Removed warnings
+
2005-04-28 Joel Sherrill <joel@OARcorp.com>
* libnetworking/kern/kern_sysctl.c, libnetworking/libc/inet_ntop.c,
diff --git a/cpukit/score/src/objectidtoname.c b/cpukit/score/src/objectidtoname.c
index 4af6c657e5..bb96010957 100644
--- a/cpukit/score/src/objectidtoname.c
+++ b/cpukit/score/src/objectidtoname.c
@@ -18,6 +18,7 @@
#include <rtems/system.h>
#include <rtems/score/object.h>
+#include <rtems/score/thread.h>
/*PAGE
*