mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
$NetBSD: patch-af,v 1.1 2007/08/08 21:43:35 joerg Exp $
|
|
|
|
--- 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;
|