Portability
- Included the wrong errno.h (thanks to natano).
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -177,3 +177,4 @@ suggestions:
|
|||||||
alparo
|
alparo
|
||||||
Roy Zuo
|
Roy Zuo
|
||||||
Friedrich Heusler
|
Friedrich Heusler
|
||||||
|
natano
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
#include <TLSClient.h>
|
#include <TLSClient.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <sys/errno.h>
|
#include <errno.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user