- TD-55 TLSServer/Client need to include <errno.h> on Solaris (thanks to Tatjana
        Heuser).
This commit is contained in:
Paul Beckingham 2014-05-23 16:23:51 -04:00
parent cdf9f3c04e
commit c60ec0b6ee
3 changed files with 4 additions and 1 deletions

View file

@ -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>