Fix c6x libgloss port for c99/gcc-14

Message ID 7cf5f513-09e0-45cc-9cf8-91206a620ff2@gmail.com
State New
Headers
Series Fix c6x libgloss port for c99/gcc-14 |

Commit Message

Jeff Law Dec. 23, 2023, 3:59 a.m. UTC
  Just one missing header in this case...

Pushed to the trunk.

Jeff L.
commit f7d5bd9bbf5e85f1448676dc98a2c5550419e51d
Author: Jeff Law <jeffreyalaw@gmail.com>
Date:   Fri Dec 22 20:57:47 2023 -0700

    Fix c6x libgloss port for c99/gcc-14
    
    Just one missing header in this case...
  

Patch

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...
  */