Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 939b78f0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: Ib330c53d055a1a89e25ed24269bda6926ac0e704
parents c1fe112b bf426993
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>