diff options
Diffstat (limited to 'test/image/spl_load_nor.c')
-rw-r--r-- | test/image/spl_load_nor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/image/spl_load_nor.c b/test/image/spl_load_nor.c index f53a6724e2..de5686343b 100644 --- a/test/image/spl_load_nor.c +++ b/test/image/spl_load_nor.c @@ -3,6 +3,7 @@ * Copyright (C) 2023 Sean Anderson <seanga2@gmail.com> */ +#include <common.h> #include <dm.h> #include <spl.h> #include <asm/io.h> |