aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/intel/fsp/rangeley/include/fspffs.h
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-31 17:56:51 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-08-01 02:41:18 +0200
commit2c3f94454dd29532569fd80f954e6289e7ee2fda (patch)
tree9b8bb867eee6c6b910e96fa0e0e9956e770afe87 /src/vendorcode/intel/fsp/rangeley/include/fspffs.h
parentaaaef061792f7904d75f401e1de376311d6cdd0b (diff)
vendorcode/intel/fsp/rangeley/include: Missing 'fsptypes.h'
Without the inclusion of 'fsptypes.h' the order of inclusion becomes tentative. Change-Id: I6360e4ebac6c414c380a19ef69d39d658ea203bd Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6423 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <gaumless@gmail.com>
Diffstat (limited to 'src/vendorcode/intel/fsp/rangeley/include/fspffs.h')
-rw-r--r--src/vendorcode/intel/fsp/rangeley/include/fspffs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vendorcode/intel/fsp/rangeley/include/fspffs.h b/src/vendorcode/intel/fsp/rangeley/include/fspffs.h
index 7a7c367c76..9e8244dc17 100644
--- a/src/vendorcode/intel/fsp/rangeley/include/fspffs.h
+++ b/src/vendorcode/intel/fsp/rangeley/include/fspffs.h
@@ -28,10 +28,11 @@ are permitted provided that the following conditions are met:
**/
-
#ifndef __PI_FIRMWARE_FILE_H__
#define __PI_FIRMWARE_FILE_H__
+#include <fsptypes.h>
+
#pragma pack(1)
///
/// Used to verify the integrity of the file.