summaryrefslogtreecommitdiffstats
path: root/roots.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-11-04 17:04:19 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-04 17:04:20 +0100
commita7a8262944d03b068a5f040a9ff40ac260770135 (patch)
treed7638549769cd80391705cd643ac627b5460bd9a /roots.h
parentMerge "updater: Fix an off-by-1 bug in file_getprop()." (diff)
parentRevert "Revert "Some cleanups to recovery."" (diff)
downloadandroid_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.tar
android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.tar.gz
android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.tar.bz2
android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.tar.lz
android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.tar.xz
android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.tar.zst
android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.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();