public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Fix ft32 libgloss for c99/gcc-14
@ 2023-12-23  3:48 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-12-23  3:48 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=886eadb78e94d77cf8f3f401158247fa695cf95b

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-23  3:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-23  3:48 [newlib-cygwin] Fix ft32 libgloss for c99/gcc-14 Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).