summaryrefslogtreecommitdiff
path: root/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp
blob: 61863fdc2fa91371687345cf0901e99f54493812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- lib/cpp/src/thrift/transport/SocketCommon.cpp.orig	2022-01-20 19:36:56 UTC
+++ lib/cpp/src/thrift/transport/SocketCommon.cpp
@@ -26,6 +26,11 @@
 
 #include <cstring>
 
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+
 namespace apache {
 namespace thrift {
 namespace transport {