13 lines
309 B
Text
13 lines
309 B
Text
$NetBSD: patch-ae,v 1.1 2005/04/01 16:08:10 minskim Exp $
|
|
|
|
--- source.c.orig Fri Apr 21 11:16:02 1995
|
|
+++ source.c
|
|
@@ -74,7 +74,7 @@
|
|
* LoadFile(): Search for a file and open it for display.
|
|
*/
|
|
|
|
-#ifndef NeXT
|
|
+#if !defined(NeXT) && !defined(__APPLE__)
|
|
#include <malloc.h>
|
|
#endif
|
|
#include <stdlib.h>
|