blob: 7e86f8ba893bc0f0f920b16e1e94eaa8ae126f4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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"
|