From 2d1fcf73d96703d735a7762f2bb9c93ff7b31ebe Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 13 Jan 2022 13:42:54 -0800 Subject: Add missing include Add missing sys/types.h include to fix building against musl libc. Bug: 190084016 Test: m USE_HOST_HOST=true host-native Change-Id: Ic75cb8db8978c3478cce65ec8838228bd245950d --- brillo/streams/file_stream.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/brillo/streams/file_stream.h b/brillo/streams/file_stream.h index bf54617..e2e29dd 100644 --- a/brillo/streams/file_stream.h +++ b/brillo/streams/file_stream.h @@ -5,6 +5,8 @@ #ifndef LIBBRILLO_BRILLO_STREAMS_FILE_STREAM_H_ #define LIBBRILLO_BRILLO_STREAMS_FILE_STREAM_H_ +#include + #include #include -- cgit v1.2.3 From 48504f28954cc8aa549427afdd40629d5a5101f2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 13 Jan 2022 16:53:00 -0500 Subject: update OWNERS This project is only used by UE now, so point OWNERS to that. Bug: None Test: None Change-Id: I27e84411af8023e62c1a2fcad3a66b75aef1b401 --- OWNERS | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/OWNERS b/OWNERS index bd5625e..039b84c 100644 --- a/OWNERS +++ b/OWNERS @@ -1,9 +1 @@ -set noparent - -# Android owners -senj@google.com - -# Chromium owners -vapier@google.com -ejcaruso@google.com -hidehiko@google.com +include platform/system/update_engine:/OWNERS -- cgit v1.2.3