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

16 lines
346 B
Plaintext

$NetBSD: patch-at,v 1.1 2007/07/28 01:42:51 joerg Exp $
--- lsysf.c.orig 2007-07-28 01:18:21.000000000 +0000
+++ lsysf.c
@@ -1,9 +1,5 @@
#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"