summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-17 01:38:59 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-17 01:38:59 +0000
commit6576937ff165cfd8e2230cbeb40c6d783675c517 (patch)
tree1d37e65763e45d7e5134d2816ff8662d968bd59e /cmds
parent26cc3d0b67ff4daf31eaeed0ecd87b391978aadb (diff)
parent75b81aee3830d0a8c7c10e3ca7f1652543dbbaca (diff)
downloadframeworks_native-6576937ff165cfd8e2230cbeb40c6d783675c517.tar.gz
frameworks_native-6576937ff165cfd8e2230cbeb40c6d783675c517.tar.bz2
frameworks_native-6576937ff165cfd8e2230cbeb40c6d783675c517.zip
am 75b81aee: Merge "Add missing <sys/file.h> include for flock."
* commit '75b81aee3830d0a8c7c10e3ca7f1652543dbbaca': Add missing <sys/file.h> include for flock.
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 42422e7e0..44c4988d8 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>