diff options
Diffstat (limited to 'cmd/led.c')
-rw-r--r-- | cmd/led.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/led.c b/cmd/led.c index 4256b3429c2..48a02baf509 100644 --- a/cmd/led.c +++ b/cmd/led.c @@ -4,6 +4,7 @@ * Written by Simon Glass <sjg@chromium.org> */ +#include <common.h> #include <command.h> #include <dm.h> #include <led.h> |