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