mapi: Add missing stdlib.h header for malloc declaration.

This commit is contained in:
Vinson Lee 2010-06-20 01:03:00 -07:00
parent d05e848035
commit 7f6754af25

View file

@ -105,6 +105,8 @@ init_map(void)
#else
#include <stdlib.h>
static int
init_map(void)
{