diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-11-10 20:14:52 -0600 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2015-11-11 06:05:58 +0100 |
commit | 1b708656b2f347ab05bd89643322f86b7110a814 (patch) | |
tree | 03adba6c604e7fe581e5c890ca5ee247b957674c /src/southbridge | |
parent | 86fc11d0c9b799f916d69ced72dc8a26a07591a2 (diff) | |
download | coreboot-1b708656b2f347ab05bd89643322f86b7110a814.tar.xz |
southbridge/amd/sb700: Fix build failure from merging patches out of order
Change-Id: Ib6d1be64691cf5a1c0b7464284fbae4e583f383e
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/12402
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/sb700/early_setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/amd/sb700/early_setup.c b/src/southbridge/amd/sb700/early_setup.c index 145215a15d..57fda78077 100644 --- a/src/southbridge/amd/sb700/early_setup.c +++ b/src/southbridge/amd/sb700/early_setup.c @@ -18,6 +18,7 @@ #define _SB700_EARLY_SETUP_C_ #include <stdint.h> +#include <option.h> #include <arch/acpi.h> #include <arch/cpu.h> #include <arch/io.h> |