log: Include missing header for log.h
authorSean Anderson <seanga2@gmail.com>
Wed, 25 Dec 2019 04:54:54 +0000 (23:54 -0500)
committerSimon 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

index 64b787d0ba26e1be15995fc26a2b110bbcdc1473..62fb8afbd0e28c68105d16cb44e56287abc2f2f3 100644 (file)
@@ -9,6 +9,7 @@
 #ifndef __LOG_H
 #define __LOG_H
 
+#include <command.h>
 #include <dm/uclass-id.h>
 #include <linux/list.h>