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

This commit is contained in:
Treehugger Robot 2020-10-05 21:14:13 +00:00 committed by Gerrit Code Review
commit bf426993db

View file

@ -3,8 +3,9 @@
#ifndef _LIBS_LOG_LOG_H #ifndef _LIBS_LOG_LOG_H
#define _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 <fcntl.h>
#include <unistd.h>
#include <android/log.h> #include <android/log.h>
#include <log/log_id.h> #include <log/log_id.h>