summaryrefslogtreecommitdiffstats
path: root/cmds/idmap
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-16 10:43:19 -0800
committerElliott Hughes <enh@google.com>2015-02-16 10:43:19 -0800
commitb9de25f7db14102518485ad8375784848a200e60 (patch)
treedcda897929b55a2d9500366288e2c4efd4d1efb3 /cmds/idmap
parente7e923818096a8a046ad183e932454428218c867 (diff)
downloadframeworks_base-b9de25f7db14102518485ad8375784848a200e60.zip
frameworks_base-b9de25f7db14102518485ad8375784848a200e60.tar.gz
frameworks_base-b9de25f7db14102518485ad8375784848a200e60.tar.bz2
Add missing <sys/file.h> include for flock.
Change-Id: I0c66c03aeb4df614f7880a830b95c40f43f804db
Diffstat (limited to 'cmds/idmap')
-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 7a501a4..16532b8 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;