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

Commit 211f8b4d authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am b1ea8a53: am 2aa2672d: am 627396ac: Merge "Add missing <sys/file.h> include for flock."

* commit 'b1ea8a53':
  Add missing <sys/file.h> include for flock.
parents 2447a40f b1ea8a53
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -7,6 +7,7 @@
#include <utils/String8.h>
#include <utils/String8.h>


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


using namespace android;
using namespace android;