From 7ee0ccec377f4f320654401af6e606f8634923c7 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Sat, 6 Feb 2016 00:55:12 +0100 Subject: [PATCH] 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 --- test/dtlsv1listentest.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1