aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-08-12 22:11:47 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-12 22:11:47 +0000
commit0d345b67311d97f630d0197a62f6f1110271df59 (patch)
tree05bfeefd0264df7330f43ef33941ddadc2c3bcfc
parent66940b9f33416f5629b6a7f52f1f09cb4785bde5 (diff)
parent53c107f06836ac3942ec51625038b9756a49f933 (diff)
downloadrecovery-0d345b67311d97f630d0197a62f6f1110271df59.tar.gz
Add inttypes.h for PRIu64.
am: 53c107f068 Change-Id: I2c84d557d7ee32508eded49b2061bf80fecc35ae
-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>