summarylogtreecommitdiffstats
path: root/miniupnpc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'miniupnpc.patch')
-rw-r--r--miniupnpc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/miniupnpc.patch b/miniupnpc.patch
new file mode 100644
index 000000000000..ff13a4172f47
--- /dev/null
+++ b/miniupnpc.patch
@@ -0,0 +1,13 @@
+--- network/network.cc.orig 2021-01-22 22:00:17.478283377 +0100
++++ network/network.cc 2021-01-26 18:54:23.557406415 +0100
+@@ -883,8 +883,8 @@
+ */
+
+ extern "C" {
+-#include <miniupnpc.h>
+-#include <upnpcommands.h>
++#include <miniupnpc/miniupnpc.h>
++#include <miniupnpc/upnpcommands.h>
+ }
+
+ #if MINIUPNPC_API_VERSION < 14