diff options
Diffstat (limited to 'boot/fdt_simplefb.c')
-rw-r--r-- | boot/fdt_simplefb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/fdt_simplefb.c b/boot/fdt_simplefb.c index 53415548459..837920bd3a3 100644 --- a/boot/fdt_simplefb.c +++ b/boot/fdt_simplefb.c @@ -6,6 +6,7 @@ * Stephen Warren <swarren@wwwdotorg.org> */ +#include <common.h> #include <dm.h> #include <fdt_support.h> #include <asm/global_data.h> |