pkgsrc/math/xfractint/patches/patch-as
2007-07-28 01:42:50 +00:00

16 lines
347 B
Text

$NetBSD: patch-as,v 1.1 2007/07/28 01:42:51 joerg Exp $
--- lsys.c.orig 2007-07-28 01:17:27.000000000 +0000
+++ lsys.c
@@ -1,10 +1,6 @@
#include <string.h>
-#ifdef __TURBOC__
-#include <alloc.h>
-#else
-#include <malloc.h>
-#endif
+#include <stdlib.h>
/* see Fractint.c for a description of the "include" hierarchy */
#include "port.h"