diff options
Diffstat (limited to 'cmd/i2c.c')
-rw-r--r-- | cmd/i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/i2c.c b/cmd/i2c.c index 7dac0a9fb6c..80831561c67 100644 --- a/cmd/i2c.c +++ b/cmd/i2c.c @@ -64,6 +64,7 @@ * Adapted from cmd_mem.c which is copyright Wolfgang Denk (wd@denx.de). */ +#include <common.h> #include <bootretry.h> #include <cli.h> #include <command.h> |