From 5b540dcfc3d2bdc4df0206fe0b3ad5c0f686121f Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 29 Oct 2002 09:06:19 +0000 Subject: [PATCH] Don't need to #include malloc.h on Linux. --- src/uifc/uifc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/uifc/uifc.h b/src/uifc/uifc.h index c76ba75e45..97bd41a13a 100644 --- a/src/uifc/uifc.h +++ b/src/uifc/uifc.h @@ -48,8 +48,6 @@ #endif #if !defined(__unix__) #include <io.h> -#endif -#if !defined(__FreeBSD__) #include <malloc.h> /* malloc prototype */ #endif #if (defined(__unix__) || defined(_WIN32)) && !defined(__FLAT__) -- GitLab