summaryrefslogtreecommitdiffstats
path: root/roots.h
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-10-27 07:02:18 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-10-27 07:02:18 +0200
commitec31f732c3e29978a3379d6c3681af6264621b7a (patch)
tree904bd1cdcbf5ef265464fe29e1278d5412621aef /roots.h
parentMerge "Some cleanups to recovery." am: 46fb0a6a6f am: 00f893fe23 (diff)
parentMerge "Revert "Some cleanups to recovery."" am: 9514eb1934 (diff)
downloadandroid_bootable_recovery-ec31f732c3e29978a3379d6c3681af6264621b7a.tar
android_bootable_recovery-ec31f732c3e29978a3379d6c3681af6264621b7a.tar.gz
android_bootable_recovery-ec31f732c3e29978a3379d6c3681af6264621b7a.tar.bz2
android_bootable_recovery-ec31f732c3e29978a3379d6c3681af6264621b7a.tar.lz
android_bootable_recovery-ec31f732c3e29978a3379d6c3681af6264621b7a.tar.xz
android_bootable_recovery-ec31f732c3e29978a3379d6c3681af6264621b7a.tar.zst
android_bootable_recovery-ec31f732c3e29978a3379d6c3681af6264621b7a.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 542f03b9c..a14b7d971 100644
--- a/roots.h
+++ b/roots.h
@@ -17,7 +17,7 @@
#ifndef RECOVERY_ROOTS_H_
#define RECOVERY_ROOTS_H_
-typedef struct fstab_rec Volume;
+#include "common.h"
// Load and parse volume data from /etc/recovery.fstab.
void load_volume_table();