From e3fb1c2531573ca246221167156721e40c3ef47c Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Mon, 26 Jul 2010 21:45:11 +0000 Subject: Make include paths more consistent. Fixes compilation errors for me. Signed-off-by: Myles Watson Acked-by: Nils Jacobs git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5668 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/pistachio/fadt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/amd/pistachio/fadt.c') diff --git a/src/mainboard/amd/pistachio/fadt.c b/src/mainboard/amd/pistachio/fadt.c index 5d28790b4d..11070ead95 100644 --- a/src/mainboard/amd/pistachio/fadt.c +++ b/src/mainboard/amd/pistachio/fadt.c @@ -26,7 +26,7 @@ #include #include #include -#include <../southbridge/amd/sb600/sb600.h> +#include "../../../southbridge/amd/sb600/sb600.h" /*extern*/ u16 pm_base = 0x800; /* pm_base should be set in sb acpi */ -- cgit v1.2.3