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

Commit b9de25f7 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Add missing <sys/file.h> include for flock.

Change-Id: I0c66c03aeb4df614f7880a830b95c40f43f804db
parent e7e92381
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
#include <utils/String8.h>

#include <fcntl.h>
#include <sys/file.h>
#include <sys/stat.h>

using namespace android;