summaryrefslogtreecommitdiff
path: root/lang/yabasic/patches/patch-aa
blob: b8b00307a9bf44e6cf5d1969ac2f2e23fe9d78c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2005/03/26 21:54:09 kristerw Exp $

--- bison.c.orig	Sat Mar 26 22:42:29 2005
+++ bison.c	Sat Mar 26 22:43:21 2005
@@ -179,7 +179,7 @@
 #include "yabasic.h"     /* definitions of yabasic */
 #endif
 
-#include <malloc.h>
+#include <stdlib.h>
 
 #if HAVE_ALLOCA_H
 #include <alloca.h>