pkgsrc/devel/sdcc/patches/patch-ax
dmcmahill 3ecef7be86 use the boehm-gc package instead of the one included with sdcc.
this fixes sdcc on alpha, and probably sparc and others.

also include a slew of missing headers.
2001-04-29 16:15:15 +00:00

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"