diff options
Diffstat (limited to 'common/spl/spl_semihosting.c')
-rw-r--r-- | common/spl/spl_semihosting.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/spl_semihosting.c b/common/spl/spl_semihosting.c index 2047248f39b..941fa911040 100644 --- a/common/spl/spl_semihosting.c +++ b/common/spl/spl_semihosting.c @@ -3,6 +3,7 @@ * Copyright (C) 2022 Sean Anderson <sean.anderson@seco.com> */ +#include <common.h> #include <image.h> #include <log.h> #include <semihosting.h> |