$NetBSD: patch-aw,v 1.1 2001/04/29 16:15:16 dmcmahill Exp $

--- link/z80/lklibr.c.orig	Mon Jul 31 23:22:21 2000
+++ link/z80/lklibr.c	Sun Apr 29 04:24:57 2001
@@ -21,4 +21,5 @@
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <alloc.h>
@@ -399,8 +400,10 @@
 
 /* First entry in the library object symbol cache */
-mlibraryfile libr = {
+mlibraryfile libr;
+/*= {
 	"", NULL, NULL
 };
-
+XXX need to init somewhere elsse
+*/
 int fndsym( char *name )
 {
