>> 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. <malloc.h> isn't standard C; <stdlib.h> is indeed the right thing to use. Segher