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:57:47 +0300
committerJeff Law <jeffreyalaw@gmail.com>2023-12-23 06:57:47 +0300
commitf7d5bd9bbf5e85f1448676dc98a2c5550419e51d (patch)
tree373996b101bb7b30cb1fadd0132c55a4c2ed502a /libgloss
parent886eadb78e94d77cf8f3f401158247fa695cf95b (diff)
Fix c6x libgloss port for c99/gcc-14
Just one missing header in this case...
Diffstat (limited to 'libgloss')
-rw-r--r--libgloss/tic6x/kill.c2
1 files changed, 2 insertions, 0 deletions
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...
*/