[haiku-commits] Re: r36499 - haiku/trunk/src/apps/resedit

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 27 Apr 2010 10:50:10 +0200

Jérôme Duval <korli@xxxxxxxxxxxxxxxx> wrote:
> > +#include <malloc.h>

Also, don't use <malloc.h>, it's deprecated for years, use <stdlib.h>
instead - newer compilers actually throw warnings for that include.

Bye,
   Axel.


Other related posts: