summaryrefslogtreecommitdiff
path: root/lang/joos/patches/patch-af
blob: ae230cf46f8783ae61906fd3dffc597459914687 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-af,v 1.2 2015/12/29 23:34:49 dholland Exp $

Use standard headers.

--- A-/joos.y.orig	2007-08-08 19:25:08.000000000 +0000
+++ A-/joos.y
@@ -14,7 +14,7 @@
  
 #include <stdio.h>
 #include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include "tree.h"
 
 extern CLASSFILE *theclassfile;