From 2c2e513efc9a4c941edbc801ab237e907678f317 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 16 Feb 2024 17:53:26 +0100 Subject: [PATCH] tg_owt: fix build --- .../patches/fix-missing-cstdint-include-musl.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/srcpkgs/tg_owt/patches/fix-missing-cstdint-include-musl.patch b/srcpkgs/tg_owt/patches/fix-missing-cstdint-include-musl.patch index cbb30143ea6..f2afde88f49 100644 --- a/srcpkgs/tg_owt/patches/fix-missing-cstdint-include-musl.patch +++ b/srcpkgs/tg_owt/patches/fix-missing-cstdint-include-musl.patch @@ -8,3 +8,13 @@ #include #include +--- a/src/rtc_base/system/file_wrapper.h ++++ - +@@ -15,6 +15,7 @@ + #include + + #include ++#include + + #include "absl/strings/string_view.h" +