[U-Boot] [PATCH 38/41] log: include command header file
Peng Fan
peng.fan at nxp.com
Mon May 28 12:25:23 UTC 2018
cmd_tbl_t is defined in command.h, so include it in log.h
Signed-off-by: Peng Fan <peng.fan at nxp.com>
Cc: Simon Glass <sjg at chromium.org>
---
include/log.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/log.h b/include/log.h
index a3edd25546..51cfd6fc0b 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.14.1
More information about the U-Boot
mailing list