From 2ead70ce6791f93d2ac4f95dea5097f51584d285 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 16 Feb 2015 10:44:22 -0800 Subject: [PATCH] Add missing include for flock. Change-Id: I5c9bb4aa74d8a36d44e086bbcb5d60876727ce4c --- cmds/installd/commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c index 3b09aa7aa..386d2f33a 100644 --- a/cmds/installd/commands.c +++ b/cmds/installd/commands.c @@ -16,6 +16,7 @@ #include #include +#include #include "installd.h" #include #include