You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. make on Mac
2.
3.
What is the expected output? What do you see instead?
distance.c:18:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
make: *** [distance] Error 1
What version of the product are you using? On what operating system?
OSX 10.9.4
Please provide any additional information below.
I fixed it by replacing malloc.h with stdlib.h
Original issue reported on code.google.com by [email protected] on 17 Jul 2014 at 5:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 17 Jul 2014 at 5:44The text was updated successfully, but these errors were encountered: