0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/godot/upnp_device.cpp.patch
2023-03-09 17:34:23 +03:00

12 lines
432 B
Diff

--- godot-4.0-stable/modules/upnp/upnp_device.cpp 2023-03-01 03:38:07.000000000 +0300
+++ godot-4.0-stable/modules/upnp/upnp_device.cpp.patch 2023-03-04 13:23:44.856343830 +0300
@@ -32,7 +32,7 @@
#include "upnp.h"
-#include <upnpcommands.h>
+#include <miniupnpc/upnpcommands.h>
String UPNPDevice::query_external_address() const {
ERR_FAIL_COND_V_MSG(!is_valid_gateway(), "", "The Internet Gateway Device must be valid.");