blob: 37422878faa835aaad14192452f2b6e5e8525aba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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"
|