On Mon, Jul 17, 2006 at 05:19:36PM +0200, Aymeric Moizard wrote: > Here is a patch that avoid inclusion of malloc.h > under MACOSX. (I'm using osx version 10.4 - Tiger) Just including stdlib.h instead of malloc.h also works. Cleaner code at the expense of a larger header. -r