projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc0c2b
)
log: Include missing header for log.h
author
Sean Anderson
<seanga2@gmail.com>
Wed, 25 Dec 2019 04:54:54 +0000
(23:54 -0500)
committer
Simon Glass
<sjg@chromium.org>
Tue, 7 Jan 2020 23:03:01 +0000
(16:03 -0700)
log.h references cmd_tbl_t but command.h was not included
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/log.h
patch
|
blob
|
history
diff --git
a/include/log.h
b/include/log.h
index 64b787d0ba26e1be15995fc26a2b110bbcdc1473..62fb8afbd0e28c68105d16cb44e56287abc2f2f3 100644
(file)
--- 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>