mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
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>
This commit is contained in:
parent
7fc0c2b187
commit
aaa05deb12
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#ifndef __LOG_H
|
||||
#define __LOG_H
|
||||
|
||||
#include <command.h>
|
||||
#include <dm/uclass-id.h>
|
||||
#include <linux/list.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue