From: Kurt Roeckx Date: Fri, 5 Feb 2016 23:55:12 +0000 (+0100) Subject: Don't include sys/socket.h X-Git-Tag: OpenSSL_1_1_0-pre3~236 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=7ee0ccec377f4f320654401af6e606f8634923c7 Don't include sys/socket.h It's not available on all OSs, e_os.h already does the right thing Reviewed-by: Richard Levitte MR: #1870 --- diff --git a/test/dtlsv1listentest.c b/test/dtlsv1listentest.c index 4b616a77ff..5069dd505d 100644 --- a/test/dtlsv1listentest.c +++ b/test/dtlsv1listentest.c @@ -56,7 +56,6 @@ */ #include -#include #include #include #include