blob: 9dcd086548475a379cf13f9f7fe573b282df4b92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- lib/cpp/src/thrift/server/TNonblockingServer.h.orig 2021-02-04 23:07:31 UTC
+++ lib/cpp/src/thrift/server/TNonblockingServer.h
@@ -43,6 +43,9 @@
#include <event2/event_compat.h>
#include <event2/event_struct.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+
namespace apache {
namespace thrift {
namespace server {
|