]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
pt-tls-client: Remove unneeded socket.h include, fixing Windows build
authorMartin Willi <martin@revosec.ch>
Wed, 8 Jan 2014 11:04:31 +0000 (12:04 +0100)
committerMartin Willi <martin@revosec.ch>
Wed, 4 Jun 2014 13:53:06 +0000 (15:53 +0200)
src/pt-tls-client/pt-tls-client.c

index 631ae3cce427b2e7634f2d2c3960a254b954730e..b2d439abed582774c0e257c2f33393c525d4d9e8 100644 (file)
@@ -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>