[PATCH] log: Include missing header for log.h

Sean Anderson seanga2 at gmail.com
Wed Dec 25 05:54:54 CET 2019


log.h references cmd_tbl_t but command.h was not included

Signed-off-by: Sean Anderson <seanga2 at gmail.com>
---
 include/log.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/log.h b/include/log.h
index d8f18a6afd..820cdcc3a2 100644
--- a/include/log.h
+++ b/include/log.h
@@ -9,6 +9,7 @@
 #ifndef __LOG_H
 #define __LOG_H

+#include <command.h>
 #include <dm/uclass-id.h>
 #include <linux/list.h>

-- 
2.24.1



More information about the U-Boot mailing list