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

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

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

* commit '2aa2672d':
  Add missing <sys/file.h> include for flock.
parents c8036cdc 2aa2672d
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;