]> sourceware.org Git - newlib-cygwin.git/commitdiff
Fix c6x libgloss port for c99/gcc-14
authorJeff Law <jeffreyalaw@gmail.com>
Sat, 23 Dec 2023 03:57:47 +0000 (20:57 -0700)
committerJeff Law <jeffreyalaw@gmail.com>
Sat, 23 Dec 2023 03:57:47 +0000 (20:57 -0700)
Just one missing header in this case...

libgloss/tic6x/kill.c

index 98cd3c40eaeddd7de90f8632e1e84993e53cd653..af0afa76105d5b35f647e0681d07c9ccd4c175a8 100644 (file)
@@ -15,6 +15,8 @@
 #include <_ansi.h>
 #define __MYPID 1
 
+#include <unistd.h>
+
 /*
  * kill -- go out via exit...
  */
This page took 0.029826 seconds and 5 git commands to generate.