aboutsummaryrefslogtreecommitdiffstats
path: root/src/pt-tls-client/pt-tls-client.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-01-08 12:04:31 +0100
committerMartin Willi <martin@revosec.ch>2014-06-04 15:53:06 +0200
commit481f1d1c9a24f773d2556f2435348b88ca6c7ae6 (patch)
tree911fbb55cf8ad5d68e996ba9e0dd94964ddc02b1 /src/pt-tls-client/pt-tls-client.c
parent3f8a818610bb8ecb420b581178c15e40aff46866 (diff)
downloadstrongswan-481f1d1c9a24f773d2556f2435348b88ca6c7ae6.tar.bz2
strongswan-481f1d1c9a24f773d2556f2435348b88ca6c7ae6.tar.xz
pt-tls-client: Remove unneeded socket.h include, fixing Windows build
Diffstat (limited to 'src/pt-tls-client/pt-tls-client.c')
-rw-r--r--src/pt-tls-client/pt-tls-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pt-tls-client/pt-tls-client.c b/src/pt-tls-client/pt-tls-client.c
index 631ae3cce..b2d439abe 100644
--- a/src/pt-tls-client/pt-tls-client.c
+++ b/src/pt-tls-client/pt-tls-client.c
@@ -17,7 +17,6 @@
#include <unistd.h>
#include <stdio.h>
#include <sys/types.h>
-#include <sys/socket.h>
#include <getopt.h>
#include <errno.h>
#include <string.h>