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 2321c17d8d
commit dbfe220499
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>