diff options
Diffstat (limited to 'drivers/bootcount/bootcount_env.c')
-rw-r--r-- | drivers/bootcount/bootcount_env.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bootcount/bootcount_env.c b/drivers/bootcount/bootcount_env.c index 960cd71b9d5..b75c9002b2c 100644 --- a/drivers/bootcount/bootcount_env.c +++ b/drivers/bootcount/bootcount_env.c @@ -4,6 +4,7 @@ * Heiko Schocher, DENX Software Engineering, hs@denx.de. */ +#include <common.h> #include <env.h> void bootcount_store(ulong a) |