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/posix/inline/rtems/posix/priority.inl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/posix/inline/rtems/posix/priority.inl') diff --git a/cpukit/posix/inline/rtems/posix/priority.inl b/cpukit/posix/inline/rtems/posix/priority.inl index 00e672cccf..999727e469 100644 --- a/cpukit/posix/inline/rtems/posix/priority.inl +++ b/cpukit/posix/inline/rtems/posix/priority.inl @@ -13,6 +13,10 @@ * $Id$ */ +#ifndef _RTEMS_POSIX_PRIORITY_H +# error "Never use directly; include instead." +#endif + #ifndef _RTEMS_POSIX_PRIORITY_INL #define _RTEMS_POSIX_PRIORITY_INL -- cgit v1.2.3