summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-29 18:46:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-29 18:46:09 +0000
commita76e2b4c9684b02e7ca91ccff03234b3a5e4f58b (patch)
treeb2d57e2b20f41b5709cf513cba75728b01b2dcb1 /c/src/exec/score
parent2001-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a76e2b4c9684b02e7ca91ccff03234b3a5e4f58b.tar.bz2
2001-01-29 Joel Sherrill <joel@OARcorp.com>
* src/objectextendinformation.c: Added include of string.h to eliminate warning.
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/ChangeLog5
-rw-r--r--c/src/exec/score/src/objectextendinformation.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog
index d7ed25ceeb..f3ec791c28 100644
--- a/c/src/exec/score/ChangeLog
+++ b/c/src/exec/score/ChangeLog
@@ -1,4 +1,9 @@
+2001-01-29 Joel Sherrill <joel@OARcorp.com>
+
+ * src/objectextendinformation.c: Added include of string.h to
+ eliminate warning.
+
2001-01-08 Joel Sherrill <joel@OARcorp.com>
* src/threadinitialize.c: Fix my bad hack of Ralf's fp_area
diff --git a/c/src/exec/score/src/objectextendinformation.c b/c/src/exec/score/src/objectextendinformation.c
index 2e5ee327e1..e2d07a16e1 100644
--- a/c/src/exec/score/src/objectextendinformation.c
+++ b/c/src/exec/score/src/objectextendinformation.c
@@ -24,6 +24,8 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/isr.h>
+#include <string.h> /* for memcpy() */
+
/*PAGE
*
* _Objects_Extend_information