freebsd-ports/devel/tavrasm/files/patch-avrparse.y
Wes Peters 999ef4c5bb Add Tom's AVR Assembler, compatible with the Atmel DOS Assembler.
This port also fetches the Atmel distribution and extracts the
include files and HTML documentation.
2003-12-14 04:20:32 +00:00

11 lines
264 B
Text

--- src/avrparse.y.orig Sat Dec 6 21:09:01 2003
+++ src/avrparse.y Sat Dec 6 21:09:14 2003
@@ -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"