diff options
Diffstat (limited to 'test/dm/bootcount.c')
-rw-r--r-- | test/dm/bootcount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/bootcount.c b/test/dm/bootcount.c index 9cfc7d48aac..b77b472d1f2 100644 --- a/test/dm/bootcount.c +++ b/test/dm/bootcount.c @@ -3,6 +3,7 @@ * (C) 2018 Theobroma Systems Design und Consulting GmbH */ +#include <common.h> #include <dm.h> #include <bootcount.h> #include <log.h> |