What steps will reproduce the problem?
1. Compile the firmware on Mac OS X
The result is an error:
mkupg.c:3:10: fatal error: 'malloc.h' file not found
To fix this, include <stdlib.h> instead of <malloc.h>. In standard C,
<stdlib.h> should be included to define malloc and friends.
Original issue reported on code.google.com by cso...@gmail.com on 20 Nov 2014 at 9:06
Original issue reported on code.google.com by
cso...@gmail.com
on 20 Nov 2014 at 9:06