From a50b011f70689af8b6d8a4192aae48e760451bc7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Aug 2002 23:32:25 +0000 Subject: 2002-08-14 Joel Sherrill * macros/rtems/score/coremsg.inl: Add to remove warning. * src/threadidlebody.c: Add return 0 to avoid warning. --- cpukit/score/macros/rtems/score/coremsg.inl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/macros') 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 /* for memcpy */ + /*PAGE * * _CORE_message_queue_Send -- cgit v1.2.3