0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/godot/upnp.h.patch
2023-03-09 17:34:23 +03:00

12 lines
331 B
Diff

--- godot-4.0-stable/modules/upnp/upnp.h 2023-03-01 03:38:07.000000000 +0300
+++ godot-4.0-stable/modules/upnp/upnp.h.patch 2023-03-04 12:59:22.806640233 +0300
@@ -35,7 +35,7 @@
#include "upnp_device.h"
-#include <miniupnpc.h>
+#include <miniupnpc/miniupnpc.h>
class UPNP : public RefCounted {
GDCLASS(UPNP, RefCounted);