3ecef7be86
this fixes sdcc on alpha, and probably sparc and others. also include a slew of missing headers.
13 lines
299 B
Text
13 lines
299 B
Text
$NetBSD: patch-ax,v 1.1 2001/04/29 16:15:16 dmcmahill Exp $
|
|
|
|
--- as/z80/aslist.c.orig Mon Jul 31 23:22:21 2000
|
|
+++ as/z80/aslist.c Sun Apr 29 10:49:26 2001
|
|
@@ -15,7 +15,7 @@
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <setjmp.h>
|
|
#include <string.h>
|
|
-#include <alloc.h>
|
|
#include "asm.h"
|
|
|