summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-18 05:39:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-18 05:39:10 +0000
commit8dc93438b6b92e93b6e9b2897697e6cf269bb612 (patch)
tree92f3a73a5288d2525bd65ed5ba246e1e0c1e12de
parent2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8dc93438b6b92e93b6e9b2897697e6cf269bb612.tar.bz2
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* score/inline/rtems/score/userext.inl: Include <string.h>.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/inline/rtems/score/userext.inl2
2 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9990229eba..a75246196b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * score/inline/rtems/score/userext.inl: Include <string.h>.
+
2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 742/rtems
diff --git a/cpukit/score/inline/rtems/score/userext.inl b/cpukit/score/inline/rtems/score/userext.inl
index 4aeb49be35..d89f12ab1a 100644
--- a/cpukit/score/inline/rtems/score/userext.inl
+++ b/cpukit/score/inline/rtems/score/userext.inl
@@ -21,6 +21,8 @@
#include <rtems/score/wkspace.h>
+#include <string.h> /* memset */
+
/**
* @addtogroup ScoreUserExt
* @{