On Wed, 2003-08-20 at 06:54, suriya mohan wrote: > Hi All, > I had fixed the problem that occured in "i810" gfx driver of > DirectFB(CVS). Changed `PIXEL_RGB24' to `PIXEL_RGB32' in "i810.c" > and included "malloc.h" in "i810.c". Now directfb-0.9.20 compiles > withou any error.
Uggh. Please don't include "malloc.h". It's been deprecated for many years and no longer exists on some platforms. "stdlib.h" is the correct file to include. -- Thanks, Bill Hayden Medical Manager Health Systems, R & D (386) 462-2148 x27363 -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
