3ecef7be86
this fixes sdcc on alpha, and probably sparc and others. also include a slew of missing headers.
12 lines
283 B
Text
12 lines
283 B
Text
$NetBSD: patch-az,v 1.1 2001/04/29 16:15:16 dmcmahill Exp $
|
|
|
|
--- link/z80/lksym.c.orig Mon Jul 31 23:22:21 2000
|
|
+++ link/z80/lksym.c Sun Apr 29 10:55:40 2001
|
|
@@ -11,6 +11,6 @@
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
-#include <alloc.h>
|
|
#include "aslink.h"
|
|
|