From d4d4c2456ac6649f65fd561998b2cb8eb2c97edd Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 29 Dec 2014 12:46:43 -0800 Subject: Fix missing #includes in bootable/recovery. Change-Id: I58dfbac6ca1aa80d3659f53a8fad1bbbbdc9b941 --- uncrypt/uncrypt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'uncrypt') diff --git a/uncrypt/uncrypt.c b/uncrypt/uncrypt.c index 189fa57..e619237 100644 --- a/uncrypt/uncrypt.c +++ b/uncrypt/uncrypt.c @@ -39,6 +39,7 @@ // Recovery can take this block map file and retrieve the underlying // file data to use as an update package. +#include #include #include #include -- cgit v1.1