mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Portability
- Fixed OpenBSD build error (thanks to Aaron Bieber).
This commit is contained in:
parent
169cc7b5cb
commit
9a7752b07a
1 changed files with 4 additions and 0 deletions
|
@ -36,7 +36,11 @@
|
|||
#include <string.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#ifdef OPENBSD
|
||||
#include <errno.h>
|
||||
#else
|
||||
#include <sys/errno.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#include <netdb.h>
|
||||
#include <TLSClient.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue