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

Commit 371e0bf2 authored by Jaesoo Lee's avatar Jaesoo Lee Committed by android-build-merger
Browse files

Merge "added include for unistd.h that was missing"

am: 98cc0e1f

Change-Id: Iba8ad7abd27b0e82e2ed23c9f539bd3511726e9c
parents b66306c7 98cc0e1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <memory>

#include <utils/Log.h>