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

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"