TLSServer/Client need to include <errno.h> on NetBSD
Same fix applied as per Solaris. See TD-55 and
c60ec0b6ee
This commit is contained in:
committed by
Paul Beckingham
parent
0313057446
commit
7c6618e50a
@@ -36,7 +36,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#if (defined OPENBSD || defined SOLARIS)
|
||||
#if (defined OPENBSD || defined SOLARIS || defined NETBSD)
|
||||
#include <errno.h>
|
||||
#else
|
||||
#include <sys/errno.h>
|
||||
|
||||
Reference in New Issue
Block a user