Fix ft32 libgloss for c99/gcc-14
Jeff Law
jeffreyalaw@gmail.com
Sat Dec 23 03:49:47 GMT 2023
Just one missing header for this libgloss port.
Pushed to the trunk.
Jeff L.
-------------- next part --------------
commit 886eadb78e94d77cf8f3f401158247fa695cf95b
Author: Jeff Law <jeffreyalaw@gmail.com>
Date: Fri Dec 22 20:48:21 2023 -0700
Fix ft32 libgloss for c99/gcc-14
Just one missing header for this libgloss port.
diff --git a/libgloss/ft32/sim-inbyte.c b/libgloss/ft32/sim-inbyte.c
index 9df0e1fe4..f56890dcc 100644
--- a/libgloss/ft32/sim-inbyte.c
+++ b/libgloss/ft32/sim-inbyte.c
@@ -13,6 +13,7 @@
* the new terms are clearly indicated on the first page of each file where
* they apply.
*/
+#include <unistd.h>
int
inbyte ()
More information about the Newlib
mailing list