ports/lang/a60/patches/patch-xa60_c

14 lines
187 B
Text

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