Alexandru Gagniuc (mr.nuke.me@gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13338
-gerrit
commit cba02167b4673845d53505ea186fc196bb2964b9 Author: Alexandru Gagniuc alexandrux.gagniuc@intel.com Date: Wed Nov 4 12:00:24 2015 -0800
drivers/intel/fsp2_0: Include stddef.h before FspUpdVpd.h
The semantically patched FspUpdVpd.h requires the definition of wchar_t, which is provided by stddef.h.
Change-Id: I1093a6ac48e0a616ca86b8109da929dabe9554c5 Signed-off-by: Alexandru Gagniuc alexandrux.gagniuc@intel.com --- src/drivers/intel/fsp2_0/include/fsp/api.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/drivers/intel/fsp2_0/include/fsp/api.h b/src/drivers/intel/fsp2_0/include/fsp/api.h index 75dcffe..e51b854 100644 --- a/src/drivers/intel/fsp2_0/include/fsp/api.h +++ b/src/drivers/intel/fsp2_0/include/fsp/api.h @@ -13,6 +13,7 @@ #ifndef _FSP2_0_API_H_ #define _FSP2_0_API_H_
+#include <stddef.h> #include "FspUpdVpd.h"
enum fsp_status {