12 lines
444 B
Text
12 lines
444 B
Text
|
Patch-Source: https://github.com/void-linux/void-packages/blob/378db3cf5087877588aebaaa8ca3c9d94dfb54e0/srcpkgs/chromium/patches/fix-missing-cstdint-include-musl.patch
|
||
|
--- 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 "common/platform/api/quiche_export.h"
|