From b36759105edb353e4c803438430464182d484b61 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 18 Apr 2016 14:46:03 +0200 Subject: [PATCH] Adjust for latest Newlib --- freebsd/sys/sys/stdint.h | 2 ++ 1 file changed, 2 insertions(+) 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;