diff options
Diffstat (limited to 'boot/image-sig.c')
-rw-r--r-- | boot/image-sig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/image-sig.c b/boot/image-sig.c index 6bc74866eae..0421a61b040 100644 --- a/boot/image-sig.c +++ b/boot/image-sig.c @@ -3,6 +3,7 @@ * Copyright (c) 2013, Google Inc. */ +#include <common.h> #include <log.h> #include <malloc.h> #include <asm/global_data.h> |