Closed dcoshea closed 6 years ago
Pull Request #64 includes a fix for this issue in BasiliskII/src/Unix/configure.ac
amongst other changes. I plan to file a PR which includes a fix for this issue by itself and also uses HAVE_SYS_SOCKET_H
since presumably that is preferable to blindly #including
it.
With 1c9b21f on CentOS 7,
configure
reports:config.log
shows:It appears that
sys/socket.h
must be included forstruct sockaddr
.