summaryrefslogtreecommitdiffstats
path: root/roots.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-11-04 17:15:25 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-11-04 17:15:25 +0100
commit48745fbc41baf9ee69faa5b53a2d79626964e341 (patch)
tree756a57b612611dfd38a1f32e5b97bd3dac6023ca /roots.h
parentMerge "updater: Fix an off-by-1 bug in file_getprop()." am: da2b34b5d0 am: 917be35f0f (diff)
parentMerge "Revert "Revert "Some cleanups to recovery.""" am: a7a8262944 (diff)
downloadandroid_bootable_recovery-48745fbc41baf9ee69faa5b53a2d79626964e341.tar
android_bootable_recovery-48745fbc41baf9ee69faa5b53a2d79626964e341.tar.gz
android_bootable_recovery-48745fbc41baf9ee69faa5b53a2d79626964e341.tar.bz2
android_bootable_recovery-48745fbc41baf9ee69faa5b53a2d79626964e341.tar.lz
android_bootable_recovery-48745fbc41baf9ee69faa5b53a2d79626964e341.tar.xz
android_bootable_recovery-48745fbc41baf9ee69faa5b53a2d79626964e341.tar.zst
android_bootable_recovery-48745fbc41baf9ee69faa5b53a2d79626964e341.zip
Diffstat (limited to 'roots.h')
-rw-r--r--roots.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/roots.h b/roots.h
index a14b7d971..542f03b9c 100644
--- a/roots.h
+++ b/roots.h
@@ -17,7 +17,7 @@
#ifndef RECOVERY_ROOTS_H_
#define RECOVERY_ROOTS_H_
-#include "common.h"
+typedef struct fstab_rec Volume;
// Load and parse volume data from /etc/recovery.fstab.
void load_volume_table();