aboutsummaryrefslogtreecommitdiffstats
path: root/main/task/musl-fix.patch
blob: 54a5167d6973b4b39b5c4c8603645efcb153fc55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/src/TLSClient.cpp b/src/TLSClient.cpp
index c67ed44..72da081 100644
--- a/src/TLSClient.cpp
+++ b/src/TLSClient.cpp
@@ -36,11 +36,7 @@
 #include <string.h>
 #include <sys/socket.h>
 #include <arpa/inet.h>
-#if (defined OPENBSD || defined SOLARIS || defined NETBSD)
 #include <errno.h>
-#else
-#include <sys/errno.h>
-#endif
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netdb.h>