diff options
author | Aaron Durbin <adurbin@chromium.org> | 2015-04-22 12:08:55 -0500 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-27 19:29:37 +0200 |
commit | cd4165acaba095d03575d35e8a7458cd950f1087 (patch) | |
tree | cf721c3d734277945cfc21cd5788a01c26d9b3dc /src/vendorcode/google | |
parent | 326a037612faa344cf01426d9f50142d628b12b7 (diff) | |
download | coreboot-cd4165acaba095d03575d35e8a7458cd950f1087.tar.xz |
vboot: #include "fmap.h" for declarations
In the spirit of include what you use actually #include
the header necessary for fmap calls.
Change-Id: I7acede51d7139234c0520281799dad3a8d33454f
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/9968
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/vendorcode/google')
-rw-r--r-- | src/vendorcode/google/chromeos/vboot_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vendorcode/google/chromeos/vboot_common.c b/src/vendorcode/google/chromeos/vboot_common.c index 3c1a9c3444..bacacd4647 100644 --- a/src/vendorcode/google/chromeos/vboot_common.c +++ b/src/vendorcode/google/chromeos/vboot_common.c @@ -26,6 +26,7 @@ #include <string.h> #include "chromeos.h" +#include "fmap.h" #include "vboot_common.h" #include "vboot_handoff.h" |