On Nov 14, 2020 12:11 AM, Martin Husemann <martin%duskware.de@localhost> wrote:
On Fri, Nov 13, 2020 at 03:50:37PM -0600, Edgar Pettijohn wrote:
> #else
> +#ifdef __OpenBSD__
> +# include <sys/select.h>
> +#endif
> # include <unistd.h>
> # include <sys/types.h>
> # include <sys/socket.h>
Is the #ifdef actually needed?
Not for me but I don't know if every system pkgsrc supports has it.