From ef49476f5a2498022329b451deaff86891ffc499 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 19 Aug 2008 08:32:59 +0000 Subject: Add header guard to force indirect inclusion. --- cpukit/sapi/inline/rtems/chain.inl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/sapi/inline/rtems') diff --git a/cpukit/sapi/inline/rtems/chain.inl b/cpukit/sapi/inline/rtems/chain.inl index 6885f3b1f3..b49454b259 100644 --- a/cpukit/sapi/inline/rtems/chain.inl +++ b/cpukit/sapi/inline/rtems/chain.inl @@ -27,6 +27,10 @@ * $Id$ */ +#ifndef _RTEMS_CHAIN_H +# error "Never use directly; include instead." +#endif + #ifndef _RTEMS_CHAIN_INL #define _RTEMS_CHAIN_INL -- cgit v1.2.3