Closed jeffpc closed 2 years ago
The automatic build you set up apparently failed on windows with a "Error: " ... I have no idea what the issue is :)
The issue is that Windows does not have <sys/socket.h>
. Fortunately, this is as simple as replacing #include <sys/socket.h>
by #include <util/compat-socket.h>
. If you update the commit I'll do the merge right away.
Ok, made the fix. I also moved the string.h include into a separate commit since it isn't about socket functions ;)
This fixes the build on FreeBSD 13.