summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2019-12-24 23:54:54 -0500
committerSimon Glass <sjg@chromium.org>2020-01-07 16:03:01 -0700
commitaaa05deb1283b6beb7334adfa4094fb6bd4ab750 (patch)
tree41c7c0c11419fad9b1651a5b1f421460691692ac /include
parent7fc0c2b18702555f5a60f0a206e7c385cf76e543 (diff)
log: Include missing header for log.h
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>
Diffstat (limited to 'include')
-rw-r--r--include/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h
index 64b787d0ba..62fb8afbd0 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>