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/itron/inline/rtems/itron/task.inl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/itron/inline/rtems/itron/task.inl') diff --git a/cpukit/itron/inline/rtems/itron/task.inl b/cpukit/itron/inline/rtems/itron/task.inl index 02792e878b..c3345fd606 100644 --- a/cpukit/itron/inline/rtems/itron/task.inl +++ b/cpukit/itron/inline/rtems/itron/task.inl @@ -13,6 +13,10 @@ * $Id$ */ +#ifndef _RTEMS_ITRON_TASK_H +# error "Never use directly; include instead." +#endif + #ifndef _RTEMS_ITRON_TASK_INL #define _RTEMS_ITRON_TASK_INL -- cgit v1.2.3