summaryrefslogtreecommitdiffstats
path: root/applypatch/applypatch.h
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-02-10 20:30:20 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-02-10 20:30:20 +0100
commitbca162a98b8e3ccb8400d41c05b80bc1fe847451 (patch)
treeb70bf8c1ca5cbac5770a94ef57282bffebf03709 /applypatch/applypatch.h
parentMerge "verifier_test: Suppress the unused parameter warnings." (diff)
parentMerge "applypatch: Add a Makefile to build imgdiff in Chrome OS." (diff)
downloadandroid_bootable_recovery-bca162a98b8e3ccb8400d41c05b80bc1fe847451.tar
android_bootable_recovery-bca162a98b8e3ccb8400d41c05b80bc1fe847451.tar.gz
android_bootable_recovery-bca162a98b8e3ccb8400d41c05b80bc1fe847451.tar.bz2
android_bootable_recovery-bca162a98b8e3ccb8400d41c05b80bc1fe847451.tar.lz
android_bootable_recovery-bca162a98b8e3ccb8400d41c05b80bc1fe847451.tar.xz
android_bootable_recovery-bca162a98b8e3ccb8400d41c05b80bc1fe847451.tar.zst
android_bootable_recovery-bca162a98b8e3ccb8400d41c05b80bc1fe847451.zip
Diffstat (limited to 'applypatch/applypatch.h')
-rw-r--r--applypatch/applypatch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/applypatch/applypatch.h b/applypatch/applypatch.h
index 14fb490ba..096596f03 100644
--- a/applypatch/applypatch.h
+++ b/applypatch/applypatch.h
@@ -17,6 +17,7 @@
#ifndef _APPLYPATCH_H
#define _APPLYPATCH_H
+#include <stdint.h>
#include <sys/stat.h>
#include <vector>