diff options
Diffstat (limited to 'cmd/bootcount.c')
-rw-r--r-- | cmd/bootcount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/bootcount.c b/cmd/bootcount.c index 5e3b66e..30ce5db 100644 --- a/cmd/bootcount.c +++ b/cmd/bootcount.c @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ +#include <common.h> #include <command.h> #include <bootcount.h> |