/** * @file rtems/stdint.h * * Wrapper to , switching to on systems * only having (e.g. Solaris-5.7). */ /* * $Id$ */ #ifndef __rtems_stdint_h #define __rtems_stdint_h #include #if RTEMS_USES_STDINT_H #include #else #include #endif #endif