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

Commit 627396ac authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents 2a005f6f b9de25f7
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;