aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-17 03:23:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-17 03:23:39 +0000
commit39ad20d699d97d2706bc7dfa4c519fc89071fb24 (patch)
tree983032bed2da8d0d79e2f6e832cedf1a1a4c8d59
parent8ddb8ba9b03652057bd6d69711629392040cf90e (diff)
parent9c9e93eccae01a93d1e8793d445366530e31dfa4 (diff)
downloadlibbrillo-android13-frc-networking-release.tar.gz
Snap for 8191477 from 9c9e93eccae01a93d1e8793d445366530e31dfa4 to tm-frc-networking-releaset_frc_net_330443000android13-frc-networking-release
Change-Id: I3976a995d314bcf051fc6a135d11906103b05261
-rw-r--r--OWNERS10
-rw-r--r--brillo/streams/file_stream.h2
2 files changed, 3 insertions, 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
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 <sys/types.h>
+
#include <memory>
#include <base/files/file_path.h>