Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <jeffreyalaw@gmail.com>2023-12-23 06:48:21 +0300
committerJeff Law <jeffreyalaw@gmail.com>2023-12-23 06:48:21 +0300
commit886eadb78e94d77cf8f3f401158247fa695cf95b (patch)
tree20211afb46192f895a90161a8b15d1e09656cb6a /libgloss
parent9f3e8ba3b25e162a3c1f383a4c7a84b96fa81cd6 (diff)
Fix ft32 libgloss for c99/gcc-14
Just one missing header for this libgloss port.
Diffstat (limited to 'libgloss')
-rw-r--r--libgloss/ft32/sim-inbyte.c1
1 files changed, 1 insertions, 0 deletions
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 ()