$NetBSD: patch-ab,v 1.1 2004/05/07 02:01:19 danw Exp $

--- avrparse.y.orig	Sat Mar 13 01:03:21 2004
+++ avrparse.y	Sat Mar 13 01:03:32 2004
@@ -46,7 +46,7 @@
 
 #include <string.h>
 #include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include "avrasm.hh"
 #include "symbol.hh"
 #include "semantic.hh"