1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/task/musl-fix.patch
2020-03-17 01:13:15 +01:00

16 lines
406 B
Diff

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>