malloc.h
Created by: GoogleCodeExporter
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 freqyi...@gmail.com
on 17 Jul 2014 at 5:44