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/decode.c.patch
2023-07-10 03:57:45 +05:30

12 lines
409 B
Diff

--- src/thirdparty/brotli/dec/decode.c 2023-07-09 23:57:46.117876796 +0300
+++ src/thirdparty/brotli/dec/decode.c.patch 2023-07-09 23:57:22.327876805 +0300
@@ -4,7 +4,7 @@
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
-#include <brotli/decode.h>
+#include "../include/brotli/decode.h"
#include <stdlib.h> /* free, malloc */
#include <string.h> /* memcpy, memset */