'sys/sysinfo.h' cannot be found on mac
caballa opened this issue · 2 comments
caballa commented
This is after commit 28fc733
In file included from zonoml_internal.c:30:
./zonoml_internal.h:36:10: fatal error: 'sys/sysinfo.h' file not found
#include <sys/sysinfo.h>
GgnDpSngh commented
Hi Jorge,
I made a fix by removing the dependency on 'sys/sysinfo.h'. Can you check if this fixes the issue on your mac?
Cheers,
Gagan
caballa commented
It works now.
Thanks again!