mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
$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"
|