diff --git a/freebsd/sys/sys/stdint.h b/freebsd/sys/sys/stdint.h index 3a9931b0..4c3bbd8e 100644 --- a/freebsd/sys/sys/stdint.h +++ b/freebsd/sys/sys/stdint.h @@ -34,8 +34,10 @@ #ifndef __rtems__ #include +#endif /* __rtems__ */ #include +#ifndef __rtems__ typedef __int_least8_t int_least8_t; typedef __int_least16_t int_least16_t; typedef __int_least32_t int_least32_t;