From 4e29ce0b88d010da95a255cb8bd7a2960f62bb7b 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 b3430cfea..38e89fde6 100644 --- a/install.cpp +++ b/install.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3