summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-16 10:44:22 -0800
committerElliott Hughes <enh@google.com>2015-02-16 10:44:22 -0800
commit2ead70ce6791f93d2ac4f95dea5097f51584d285 (patch)
treedac55d261d62988ac086bd0ec72c17622221b2bd /cmds
parent8511b3ae5eb42810f97f7c3e993d7f80d3393b83 (diff)
downloadframeworks_native-2ead70ce6791f93d2ac4f95dea5097f51584d285.zip
frameworks_native-2ead70ce6791f93d2ac4f95dea5097f51584d285.tar.gz
frameworks_native-2ead70ce6791f93d2ac4f95dea5097f51584d285.tar.bz2
Add missing <sys/file.h> include for flock.
Change-Id: I5c9bb4aa74d8a36d44e086bbcb5d60876727ce4c
Diffstat (limited to 'cmds')
-rw-r--r--cmds/installd/commands.c1
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>