eth-sri/ELINA

'sys/sysinfo.h' cannot be found on mac

caballa opened this issue · 2 comments

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>

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

It works now.
Thanks again!