mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
TD-55
- TD-55 TLSServer/Client need to include <errno.h> on Solaris (thanks to Tatjana Heuser).
This commit is contained in:
parent
cdf9f3c04e
commit
c60ec0b6ee
3 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue