forked from Imagelibrary/rtems
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/inline/rtems/rtems/attr.inl, rtems/inline/rtems/rtems/eventset.inl, rtems/inline/rtems/rtems/options.inl: Add missing includes.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/inline/rtems/rtems/attr.inl,
|
||||
rtems/inline/rtems/rtems/eventset.inl,
|
||||
rtems/inline/rtems/rtems/options.inl: Add missing includes.
|
||||
* libfs/src/dosfs/msdos_misc.c: Don't include <strings.h>.
|
||||
|
||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
#ifndef _RTEMS_RTEMS_ATTR_INL
|
||||
#define _RTEMS_RTEMS_ATTR_INL
|
||||
|
||||
#include <rtems/score/basedefs.h> /* RTEMS_INLINE_ROUTINE */
|
||||
|
||||
/**
|
||||
* @addtogroup ClassicAttributes
|
||||
* @{
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
#ifndef _RTEMS_RTEMS_EVENTSET_INL
|
||||
#define _RTEMS_RTEMS_EVENTSET_INL
|
||||
|
||||
#include <rtems/score/basedefs.h> /* RTEMS_INLINE_ROUTINE */
|
||||
#include <rtems/score/isr.h> /* ISR_Level */
|
||||
|
||||
/**
|
||||
* @addtogroup ClassicEventSet
|
||||
* @{
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
#ifndef _RTEMS_RTEMS_OPTIONS_INL
|
||||
#define _RTEMS_RTEMS_OPTIONS_INL
|
||||
|
||||
#include <rtems/score/basedefs.h> /* RTEMS_INLINE_ROUTINE */
|
||||
|
||||
/**
|
||||
* @addtogroup ClassicOptions
|
||||
* @{
|
||||
|
||||
Reference in New Issue
Block a user