aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-08-12 13:43:04 -0700
committerAlex Deymo <deymo@google.com>2016-08-12 13:46:17 -0700
commit53c107f06836ac3942ec51625038b9756a49f933 (patch)
tree05bfeefd0264df7330f43ef33941ddadc2c3bcfc
parent4344d636d4f8687054593f88ddd7509ff8581419 (diff)
downloadrecovery-53c107f06836ac3942ec51625038b9756a49f933.tar.gz
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
-rw-r--r--install.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.cpp b/install.cpp
index cde9cbaf..02c845cb 100644
--- a/install.cpp
+++ b/install.cpp
@@ -17,6 +17,7 @@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
+#include <inttypes.h>
#include <limits.h>
#include <string.h>
#include <sys/stat.h>