2013-09-26 17:14:40 +02:00

18 lines
329 B
Plaintext

$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>