Merge "liblog: add unistd.h to vndk log/log.h" am: bf426993db

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1449379

Change-Id: Ib330c53d055a1a89e25ed24269bda6926ac0e704
This commit is contained in:
Treehugger Robot 2020-10-05 21:32:38 +00:00 committed by Automerger Merge Worker
commit 939b78f03a

View file

@ -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 <fcntl.h>
#include <unistd.h>
#include <android/log.h>
#include <log/log_id.h>