Browse Source

Fix c6x libgloss port for c99/gcc-14

Just one missing header in this case...
users/vapier/wip
Jeff Law 3 years ago
parent
commit
f7d5bd9bbf
  1. 2
      libgloss/tic6x/kill.c

2
libgloss/tic6x/kill.c

@ -15,6 +15,8 @@
#include <_ansi.h>
#define __MYPID 1
#include <unistd.h>
/*
* kill -- go out via exit...
*/

Loading…
Cancel
Save