summaryrefslogtreecommitdiff
path: root/devel/re2c/patches/patch-aa
blob: 0d7871d22330f8d2c5f723bda9b67de4b700cbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2004/05/07 01:59:02 danw Exp $

--- parser.cc.orig	Sat Mar 13 01:01:22 2004
+++ parser.cc	Sat Mar 13 01:01:30 2004
@@ -13,7 +13,7 @@
 #include <time.h>
 #include <iostream.h>
 #include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include "globals.h"
 #include "parser.h"
 int yyparse();