pkgsrc/devel/sdcc/patches/patch-az
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

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"