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

Commit 110e007f authored by Dan Albert's avatar Dan Albert
Browse files

Add missing includes.

Test: mma
Bug: None
Change-Id: Iec8b0a7854091946a4bb6e804c5f4cce39a52b47
parent 7d178986
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -22,10 +22,11 @@
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <log/log.h>

#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/types.h>
#include <unistd.h>

namespace android {