From 53c107f06836ac3942ec51625038b9756a49f933 Mon Sep 17 00:00:00 2001 From: Alex Deymo Date: Fri, 12 Aug 2016 13:43:04 -0700 Subject: Add inttypes.h for PRIu64. This missing header is needed to use PRIu64 macros. Bug: 27178350 TEST=`mma bootable/recovery` on the failing branch. Change-Id: I165701e8019256426d3f6a4168db52c6a0197c4d --- install.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/install.cpp b/install.cpp index cde9cbafd..02c845cb8 100644 --- a/install.cpp +++ b/install.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3