diff options
Diffstat (limited to 'src/mainboard/iwill/dk8_htx')
-rw-r--r-- | src/mainboard/iwill/dk8_htx/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/iwill/dk8_htx/romstage.c b/src/mainboard/iwill/dk8_htx/romstage.c index 0e579ef5bd..47d8fda09c 100644 --- a/src/mainboard/iwill/dk8_htx/romstage.c +++ b/src/mainboard/iwill/dk8_htx/romstage.c @@ -11,7 +11,7 @@ #include <northbridge/amd/amdk8/raminit.h> #include "northbridge/amd/amdk8/reset_test.c" #include <cpu/x86/bist.h> -#include "lib/delay.c" +#include <delay.h> #include "northbridge/amd/amdk8/debug.c" #include <superio/winbond/common/winbond.h> #include <superio/winbond/w83627hf/w83627hf.h> |