0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-13 08:23:19 +00:00
Files
termux-packages/x11-packages/carbonyl-host-tools/0003-properly-include-base-callback.patch
2025-02-01 17:05:51 +08:00

12 lines
330 B
Diff

--- a/src/browser/host_display_client.h
+++ b/src/browser/host_display_client.h
@@ -3,7 +3,7 @@
#include <memory>
-#include "base/callback.h"
+#include "base/functional/callback.h"
#include "base/memory/shared_memory_mapping.h"
#include "carbonyl/src/browser/export.h"
#include "components/viz/host/host_display_client.h"