commit | b9de25f7db14102518485ad8375784848a200e60 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 16 10:43:19 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Feb 16 10:43:19 2015 -0800 |
tree | dcda897929b55a2d9500366288e2c4efd4d1efb3 | |
parent | e7e923818096a8a046ad183e932454428218c867 [diff] [blame] |
Add missing <sys/file.h> include for flock. Change-Id: I0c66c03aeb4df614f7880a830b95c40f43f804db
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;