Revert "TLSClient: Remove double include"

This reverts commit 2321c17d8d.
This commit is contained in:
Paul Beckingham
2017-05-08 17:33:44 -04:00
parent 3c1157fe5d
commit 9c5e3750c4
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@
#include <sys/errno.h>
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <gnutls/x509.h>
#include <shared.h>