mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Portability
- Included the wrong errno.h (thanks to natano).
This commit is contained in:
parent
dd14388b1b
commit
779e32540a
2 changed files with 2 additions and 1 deletions
1
AUTHORS
1
AUTHORS
|
@ -177,3 +177,4 @@ suggestions:
|
|||
alparo
|
||||
Roy Zuo
|
||||
Friedrich Heusler
|
||||
natano
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <TLSClient.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/errno.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <netdb.h>
|
||||
#include <i18n.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue