Portability

- Included the wrong errno.h (thanks to natano).
This commit is contained in:
Paul Beckingham 2013-07-20 09:16:37 -04:00
parent dd14388b1b
commit 779e32540a
2 changed files with 2 additions and 1 deletions

View file

@ -177,3 +177,4 @@ suggestions:
alparo
Roy Zuo
Friedrich Heusler
natano

View file

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