From 886eadb78e94d77cf8f3f401158247fa695cf95b Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 22 Dec 2023 20:48:21 -0700 Subject: Fix ft32 libgloss for c99/gcc-14 Just one missing header for this libgloss port. --- libgloss/ft32/sim-inbyte.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libgloss/ft32/sim-inbyte.c b/libgloss/ft32/sim-inbyte.c index 9df0e1f..f56890d 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 int inbyte () -- cgit v1.1