summaryrefslogtreecommitdiffstats
path: root/cpukit/score/macros/rtems/score/coremsg.inl
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-14 23:32:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-14 23:32:25 +0000
commita50b011f70689af8b6d8a4192aae48e760451bc7 (patch)
tree70102dcda31fdc633a3a0e994bb4bbf5121e3828 /cpukit/score/macros/rtems/score/coremsg.inl
parent2002-08-14 Brett Swimley <brett.swimley@aedinc.net> (diff)
downloadrtems-a50b011f70689af8b6d8a4192aae48e760451bc7.tar.bz2
2002-08-14 Joel Sherrill <joel@OARcorp.com>
* macros/rtems/score/coremsg.inl: Add <string.h> to remove warning. * src/threadidlebody.c: Add return 0 to avoid warning.
Diffstat (limited to '')
-rw-r--r--cpukit/score/macros/rtems/score/coremsg.inl2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/macros/rtems/score/coremsg.inl b/cpukit/score/macros/rtems/score/coremsg.inl
index c37c307287..8ebbf11fd5 100644
--- a/cpukit/score/macros/rtems/score/coremsg.inl
+++ b/cpukit/score/macros/rtems/score/coremsg.inl
@@ -16,6 +16,8 @@
#ifndef __CORE_MESSAGE_QUEUE_inl
#define __CORE_MESSAGE_QUEUE_inl
+#include <string.h> /* for memcpy */
+
/*PAGE
*
* _CORE_message_queue_Send