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