ports/lang/a60/patches/patch-xa60_c

15 lines
187 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Missing stdlib.h and unistd.h
Index: xa60.c
--- xa60.c.orig
+++ xa60.c
@@ -25,6 +25,8 @@
*/
#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
#ifdef USG
#ifndef SYSV