Include <stdlib.h>, for malloc; don't bother with stddef.h.
authorJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 08:53:42 +0000 (08:53 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 08:53:42 +0000 (08:53 +0000)
commit9ff401ebc95e5f691fade63b2ca5fc78c61c9c9c
treec73570b4dde4088ebfcb18c295ef1e01019385ea
parente1ddafb2f032c7536d864a67bd9221f4e2c814fe
Include <stdlib.h>, for malloc; don't bother with stddef.h.
rpl_malloc returns void *, not char *.
lib/malloc.c