The fix is to include:
#include <sys/stat.h>
at the top of the affected file.
IDK much about C++, so I'm not going to do it, but you can try.
Anyway once we get this sorted out we can count freeBSD as a supported platform
Edit: Hmm, this is strange. It's already included at line 22845, maybe it just needs to be at the top. IDK.
#include <sys/stat.h>
at the top of the affected file.
IDK much about C++, so I'm not going to do it, but you can try.
Anyway once we get this sorted out we can count freeBSD as a supported platform
Edit: Hmm, this is strange. It's already included at line 22845, maybe it just needs to be at the top. IDK.