From 136e4f6da6a78ab3a203069d2801318bc6f3daa1 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 5 Oct 2020 12:19:15 -0700 Subject: [PATCH] liblog: add unistd.h to vndk log/log.h Too many vendors assume that this is included, and it's not worth the effort to clean up. Bug: 165825252 Test: build Change-Id: I42fb32be7e5e3201dfc5c58734e3ef5b9251faf1 --- liblog/include_vndk/log/log.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/liblog/include_vndk/log/log.h b/liblog/include_vndk/log/log.h index ab4adc49a..c305661bb 100644 --- a/liblog/include_vndk/log/log.h +++ b/liblog/include_vndk/log/log.h @@ -3,8 +3,9 @@ #ifndef _LIBS_LOG_LOG_H #define _LIBS_LOG_LOG_H -/* Historically vendors have depended on this header being included. */ +/* Historically vendors have depended on these headers being included. */ #include +#include #include #include