From: genesis@hermes4.cst.cnes.fr (Utilisateur genesis)
Subject: Re: Missing malloc.h ???
9 Mar 1998 00:47:36 -0800
Message-ID: <199803090805.JAA01099.cygnus.gnu-win32@hermes4.cst.cnes.fr.hermes>
To: hchen4@cs.umbc.edu
Cc: gnu-win32@cygnus.com

I had the same problem, replace #include <malloc.h>  by #include <stdlib.h> and it's ok.
With B18, malloc.h don't exist in cygwin environment, but with B19 I think it exists.

Jean-Luc CAMES

> From owner-gnu-win32@cygnus.com Fri Mar  6 23:26:21 1998
> X-Authentication-Warning: snoopy.cs.umbc.edu: hchen4 owned process doing -bs
> Date: Thu, 26 Feb 1998 12:46:13 -0500 (EST)
> From: Harry Chen <hchen4@cs.umbc.edu>
> To: gnu-win32 mailing list list <gnu-win32@cygnus.com>
> Subject: Missing malloc.h ???
> Mime-Version: 1.0
> 
> Hi. I just installed gnu-win32 on my nt machine. I am having problem
> to compile any C code which have #include <malloc.h> declaration.
> 
> any idea?? 
> 
> thanks!
> 
> 
> ---
> Harry L. Chen			
> hchen4@cs.umbc.edu
> Laboratory for Advanced Information Technology
> University Of Maryland Baltimore County
> 
> Public PGP Key: http://www.cs.umbc.edu/~hchen4/pub/pgp
> 
> -
> For help on using this list (especially unsubscribing), send a message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
> 
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
