summaryrefslogtreecommitdiffstats
path: root/applypatch/freecache.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-03-04 21:16:49 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-03-04 21:16:50 +0100
commitf639490a51655a4d372663e2f7000666748d7fda (patch)
tree809e8d32b37becc3df2b6b1f101b6480c8be9fc8 /applypatch/freecache.cpp
parentMerge "Restore labels on /postinstall during recovery." (diff)
parentFix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES. (diff)
downloadandroid_bootable_recovery-f639490a51655a4d372663e2f7000666748d7fda.tar
android_bootable_recovery-f639490a51655a4d372663e2f7000666748d7fda.tar.gz
android_bootable_recovery-f639490a51655a4d372663e2f7000666748d7fda.tar.bz2
android_bootable_recovery-f639490a51655a4d372663e2f7000666748d7fda.tar.lz
android_bootable_recovery-f639490a51655a4d372663e2f7000666748d7fda.tar.xz
android_bootable_recovery-f639490a51655a4d372663e2f7000666748d7fda.tar.zst
android_bootable_recovery-f639490a51655a4d372663e2f7000666748d7fda.zip
Diffstat (limited to 'applypatch/freecache.cpp')
-rw-r--r--applypatch/freecache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/freecache.cpp b/applypatch/freecache.cpp
index c84f42797..331cae265 100644
--- a/applypatch/freecache.cpp
+++ b/applypatch/freecache.cpp
@@ -32,7 +32,7 @@
#include <android-base/parseint.h>
#include <android-base/stringprintf.h>
-#include "applypatch.h"
+#include "applypatch/applypatch.h"
static int EliminateOpenFiles(std::set<std::string>* files) {
std::unique_ptr<DIR, decltype(&closedir)> d(opendir("/proc"), closedir);