Hi, when i run make command in macos High Sierra(64 bit). I got this error.
gcc -funroll-loops -O3 -ansi -std=c99 -pedantic-errors -Wall -I../../cfitsio/include -D_GNU_SOURCE -c main.c
main.c:4:9: fatal error: 'malloc.h' file not found
#include<malloc.h>
^~~~~~~~~~
1 error generated.
make: *** [main.o] Error 1
can somebody help me how to resolve this.
Hi, when i run make command in macos High Sierra(64 bit). I got this error.
gcc -funroll-loops -O3 -ansi -std=c99 -pedantic-errors -Wall -I../../cfitsio/include -D_GNU_SOURCE -c main.c
main.c:4:9: fatal error: 'malloc.h' file not found
#include<malloc.h>
^~~~~~~~~~
1 error generated.
make: *** [main.o] Error 1
can somebody help me how to resolve this.