From b9de25f7db14102518485ad8375784848a200e60 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 16 Feb 2015 10:43:19 -0800 Subject: Add missing include for flock. Change-Id: I0c66c03aeb4df614f7880a830b95c40f43f804db --- cmds/idmap/create.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cmds/idmap') diff --git a/cmds/idmap/create.cpp b/cmds/idmap/create.cpp index 7a501a4..16532b8 100644 --- a/cmds/idmap/create.cpp +++ b/cmds/idmap/create.cpp @@ -7,6 +7,7 @@ #include #include +#include #include using namespace android; -- cgit v1.1