diff options
author | Elliott Hughes <enh@google.com> | 2015-02-17 01:24:48 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-17 01:24:49 +0000 |
commit | 75b81aee3830d0a8c7c10e3ca7f1652543dbbaca (patch) | |
tree | dac55d261d62988ac086bd0ec72c17622221b2bd | |
parent | 8511b3ae5eb42810f97f7c3e993d7f80d3393b83 (diff) | |
parent | 2ead70ce6791f93d2ac4f95dea5097f51584d285 (diff) | |
download | frameworks_native-75b81aee3830d0a8c7c10e3ca7f1652543dbbaca.zip frameworks_native-75b81aee3830d0a8c7c10e3ca7f1652543dbbaca.tar.gz frameworks_native-75b81aee3830d0a8c7c10e3ca7f1652543dbbaca.tar.bz2 |
Merge "Add missing <sys/file.h> include for flock."
-rw-r--r-- | cmds/installd/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c index 3b09aa7..386d2f3 100644 --- a/cmds/installd/commands.c +++ b/cmds/installd/commands.c @@ -16,6 +16,7 @@ #include <inttypes.h> #include <sys/capability.h> +#include <sys/file.h> #include "installd.h" #include <cutils/sched_policy.h> #include <diskusage/dirsize.h> |