TD-55
- TD-55 TLSServer/Client need to include <errno.h> on Solaris (thanks to Tatjana
Heuser).
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#ifdef OPENBSD
|
||||
#if (defined OPENBSD || defined SOLARIS)
|
||||
#include <errno.h>
|
||||
#else
|
||||
#include <sys/errno.h>
|
||||
|
||||
Reference in New Issue
Block a user