pkgsrc/lang/yabasic/patches/patch-aa

13 lines
308 B
Text

$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>