From 5fbb909775f6900fcde3ae3502cd9a0feb435d9c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 7 Apr 2006 01:16:32 +0000 Subject: * score/inline/rtems/score/threadmp.inl, score/macros/rtems/score/threadmp.inl: Fix compile error. --- cpukit/score/macros/rtems/score/threadmp.inl | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/macros/rtems/score/threadmp.inl') diff --git a/cpukit/score/macros/rtems/score/threadmp.inl b/cpukit/score/macros/rtems/score/threadmp.inl index b1c2456c35..94c261f912 100644 --- a/cpukit/score/macros/rtems/score/threadmp.inl +++ b/cpukit/score/macros/rtems/score/threadmp.inl @@ -22,6 +22,7 @@ * */ +extern Thread_Control *_MPCI_Receive_server_tcb; #define _Thread_MP_Is_receive( _the_thread ) \ ( (_the_thread) == _MPCI_Receive_server_tcb) -- cgit v1.2.3