void-packages/srcpkgs/chromium/patches/chromium-87-openscreen-include.patch
Peter Bui 28ef4c2b2c chromium: update to 87.0.4280.66.
[ci skip]

- Built for x86_64, x86_64-musl, i686.
- Tested on x86_64.
2020-11-20 03:10:06 +01:00

25 lines
728 B
Diff

From 0c0af4cabb7490db473cd2c28f069956974a4d98 Mon Sep 17 00:00:00 2001
From: Stephan Hartmann <stha09@googlemail.com>
Date: Fri, 2 Oct 2020 12:11:58 +0000
Subject: [PATCH] IWYU: uint8_t is defined in stdint.h
---
third_party/openscreen/src/util/crypto/random_bytes.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/third_party/openscreen/src/util/crypto/random_bytes.h b/third_party/openscreen/src/util/crypto/random_bytes.h
index 3cb2fa8..025b52c 100644
--- third_party/openscreen/src/util/crypto/random_bytes.h
+++ third_party/openscreen/src/util/crypto/random_bytes.h
@@ -7,6 +7,8 @@
#include <array>
+#include <stdint.h>
+
namespace openscreen {
std::array<uint8_t, 16> GenerateRandomBytes16();
--
2.26.2