malloc.h shouldn't be included
Brought to you by:
linas
Some source files in gle's sources include malloc.h
header to have malloc() prototype.
They should instead include stdlib.h file, as
malloc.h is not present on Darwin systems (like Mac
OSX) and leads to (explicit) compile failure on
FreeBSD 5 and 6.
HTH,
Diego Pettenò <flameeyes@gentoo.org>