blob: b163c9f27ac0f408421dad4da1f4d64a603cc63d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.3 2007/08/08 21:02:53 joerg Exp $
--- src/avrparse.y.orig 2007-08-08 20:40:42.000000000 +0000
+++ src/avrparse.y
@@ -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"
|