blob: 58bd051b32db8d991bd67cf666fe00fb9e5e86ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-af,v 1.1 2004/05/23 23:28:29 danw Exp $
--- src/functions/funct.c.orig Sun May 7 16:26:24 2000
+++ src/functions/funct.c
@@ -18,10 +18,6 @@
#include "../WIN/sysdeps.h"
#endif
-#ifndef WINDOWS
-#include <malloc.h>
-#endif
-
#include "l_defs.h"
%%L_Gotoxy,gotoxy;
|