summaryrefslogtreecommitdiff
path: root/devel/sdcc/patches/patch-bc
blob: c8d3eddd510a7b74040637a43bc539e4db1e78fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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"