mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
16 lines
406 B
Diff
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>
|