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

Commit bf426993 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents c274f9ff 136e4f6d
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>