mapi: Add missing stdlib.h header for malloc declaration.
authorVinson Lee <vlee@vmware.com>
Sun, 20 Jun 2010 08:03:00 +0000 (01:03 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 20 Jun 2010 08:03:00 +0000 (01:03 -0700)
src/mapi/mapi/u_execmem.c

index 00df830..e5072e0 100644 (file)
@@ -105,6 +105,8 @@ init_map(void)
 
 #else
 
+#include <stdlib.h>
+
 static int
 init_map(void)
 {