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