summaryrefslogtreecommitdiffstats
path: root/roots.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-11-03 19:37:15 +0100
committerTao Bao <tbao@google.com>2016-11-03 19:57:46 +0100
commitac9d94d19c5f0e8c769d2368790df679c665ea34 (patch)
treef6121362d8836f34d5e05aca8f7bd9d89d278365 /roots.h
parentMerge "tests: Set up testdata path for continuous native tests." (diff)
downloadandroid_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.tar
android_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.tar.gz
android_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.tar.bz2
android_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.tar.lz
android_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.tar.xz
android_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.tar.zst
android_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.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();