Files
termux-packages/x11-packages/godot/state.h.patch
termux-pacman-bot f78cb29362 bump(x11/godot): 4.1
2023-07-09 22:32:16 +00:00

16 lines
522 B
Diff

--- src/thirdparty/brotli/dec/state.h 2023-07-05 17:22:00.000000000 +0300
+++ src/thirdparty/brotli/dec/state.h.patch 2023-07-09 23:56:06.287876834 +0300
@@ -9,9 +9,9 @@
#ifndef BROTLI_DEC_STATE_H_
#define BROTLI_DEC_STATE_H_
-#include <brotli/decode.h>
-#include <brotli/shared_dictionary.h>
-#include <brotli/types.h>
+#include "../include/brotli/decode.h"
+#include "../include/brotli/shared_dictionary.h"
+#include "../include/brotli/types.h"
#include "../common/constants.h"
#include "../common/dictionary.h"