Author: hailfinger Date: 2008-08-24 19:10:25 +0200 (Sun, 24 Aug 2008) New Revision: 815
Modified: coreboot-v3/southbridge/nvidia/mcp55/mcp55_smbus.h Log: Missing include. Signed-off-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]> Acked-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]> Modified: coreboot-v3/southbridge/nvidia/mcp55/mcp55_smbus.h =================================================================== --- coreboot-v3/southbridge/nvidia/mcp55/mcp55_smbus.h 2008-08-24 11:31:19 UTC (rev 814) +++ coreboot-v3/southbridge/nvidia/mcp55/mcp55_smbus.h 2008-08-24 17:10:25 UTC (rev 815) @@ -23,6 +23,7 @@ #include <device/smbus_def.h> #include <shared.h> /* We share symbols from stage 0 */ +#include <lib.h> #define SMBHSTSTAT 0x1 -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

