4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-31 19:40:33 +08:00

Fix ft32 libgloss for c99/gcc-14

Just one missing header for this libgloss port.
This commit is contained in:
Jeff Law 2023-12-22 20:48:21 -07:00
parent 9f3e8ba3b2
commit 886eadb78e

View File

@ -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 ()