commit | 2ead70ce6791f93d2ac4f95dea5097f51584d285 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 16 10:44:22 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Feb 16 10:44:22 2015 -0800 |
tree | dac55d261d62988ac086bd0ec72c17622221b2bd | |
parent | 8511b3ae5eb42810f97f7c3e993d7f80d3393b83 [diff] [blame] |
Add missing <sys/file.h> include for flock. Change-Id: I5c9bb4aa74d8a36d44e086bbcb5d60876727ce4c
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>