From 301bac6047c85e2c5e39929805ca661bb09a7481 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 27 Apr 2024 08:10:59 -0600 Subject: cmd: Remove and add needed includes Remove from all "cmd/" files and when needed add missing include files directly. Signed-off-by: Tom Rini --- include/android_ab.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/android_ab.h') diff --git a/include/android_ab.h b/include/android_ab.h index 1fee7582b90..dbf20343da6 100644 --- a/include/android_ab.h +++ b/include/android_ab.h @@ -6,6 +6,8 @@ #ifndef __ANDROID_AB_H #define __ANDROID_AB_H +#include + struct blk_desc; struct disk_partition; -- cgit v1.2.3