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

17 lines
329 B
Text

$NetBSD: patch-av,v 1.1 2007/07/28 01:42:51 joerg Exp $
--- prompts2.c.orig 2007-07-28 01:21:22.000000000 +0000
+++ prompts2.c
@@ -18,11 +18,7 @@
#endif
#endif
#endif
-#ifdef __TURBOC__
-#include <alloc.h>
-#elif !defined(__386BSD__)
-#include <malloc.h>
-#endif
+#include <stdlib.h>
#ifdef __hpux
#include <sys/param.h>