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

Commit d069bdc6 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 am: 939b78f0

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

Change-Id: Ib6eeb501322a026c286170d28c8f00e6a57e24ea
parents 4dc06fe2 939b78f0
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>