aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/litecoin/files/patch-src_httpserver.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/litecoin/files/patch-src_httpserver.cpp b/net-p2p/litecoin/files/patch-src_httpserver.cpp
new file mode 100644
index 000000000000..08c722bba33b
--- /dev/null
+++ b/net-p2p/litecoin/files/patch-src_httpserver.cpp
@@ -0,0 +1,10 @@
+--- src/httpserver.cpp.orig 2019-12-18 12:22:29 UTC
++++ src/httpserver.cpp
+@@ -30,6 +30,7 @@
+ #include <event2/keyvalq_struct.h>
+
+ #include <support/events.h>
++#include <deque>
+
+ #ifdef EVENT__HAVE_NETINET_IN_H
+ #include <netinet/in.h>