Michael Kussmaul <[email protected]> wrote: > It seems including malloc.h is anyway unnecessary, as stdlib.h already > takes care to get the correct malloc implementation - so after removing > the line > > #include <malloc.h> > > in the file middle-pgsql.c, everything went fine.
Right! According to the Linux manapage stdlib.h ist the only one needed for malloc and frieds. I just removed it in svn. Regards Sven -- Trotz der zunehmenden Verbreitung von Linux erfreut sich der Bär, und - dank Knut - insbesondere der Eisbär, deutlich größerer Beliebtheit als der Pinguin. (Gefunden bei http://telepolis.de/) /me is gig...@ircnet, http://sven.gegg.us/ on the Web _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

