aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/electron19/files/patches/chromium-fix-missing-cstdint-include-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'srcpkgs/electron19/files/patches/chromium-fix-missing-cstdint-include-musl.patch')
-rw-r--r--srcpkgs/electron19/files/patches/chromium-fix-missing-cstdint-include-musl.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/srcpkgs/electron19/files/patches/chromium-fix-missing-cstdint-include-musl.patch b/srcpkgs/electron19/files/patches/chromium-fix-missing-cstdint-include-musl.patch
new file mode 100644
index 00000000000..6ca2897f3dd
--- /dev/null
+++ b/srcpkgs/electron19/files/patches/chromium-fix-missing-cstdint-include-musl.patch
@@ -0,0 +1,10 @@
+--- a/net/third_party/quiche/src/quiche/http2/adapter/window_manager.h
++++ b/net/third_party/quiche/src/quiche/http2/adapter/window_manager.h
+@@ -3,6 +3,7 @@
+
+ #include <stddef.h>
+
++#include <cstdint>
+ #include <functional>
+
+ #include "quiche/common/platform/api/quiche_export.h"