summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2015-02-17 01:22:19 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-02-17 01:22:19 +0000
commit627396ac90dd4f8510e931bffb6705f41878c87a (patch)
treead45c5b8ea32d71260728ce100e506904adb4be7
parent2a005f6fe91eac2ac2646be17815756637ed610f (diff)
parentb9de25f7db14102518485ad8375784848a200e60 (diff)
Merge "Add missing <sys/file.h> include for flock."
-rw-r--r--cmds/idmap/create.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/idmap/create.cpp b/cmds/idmap/create.cpp
index 7a501a4ee497..16532b8c901d 100644
--- a/cmds/idmap/create.cpp
+++ b/cmds/idmap/create.cpp
@@ -7,6 +7,7 @@
#include <utils/String8.h>
#include <fcntl.h>
+#include <sys/file.h>
#include <sys/stat.h>
using namespace android;