Fix c6x libgloss port for c99/gcc-14
Jeff Law <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Just one missing header in this case... Pushed to the trunk. Jeff L.
P
(text/plain, 491 B)
commit f7d5bd9bbf5e85f1448676dc98a2c5550419e51d Author: Jeff Law <[email protected]> Date: Fri Dec 22 20:57:47 2023 -0700 Fix c6x libgloss port for c99/gcc-14 Just one missing header in this case... diff --git a/libgloss/tic6x/kill.c b/libgloss/tic6x/kill.c index 98cd3c40e..af0afa761 100644 --- a/libgloss/tic6x/kill.c +++ b/libgloss/tic6x/kill.c @@ -15,6 +15,8 @@ #include <_ansi.h> #define __MYPID 1 +#include <unistd.h> + /* * kill -- go out via exit... */