diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-07-21 22:01:21 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-07-21 22:01:21 +0000 |
commit | aecf2511c67a263325c0e0cac05fc1ba20643048 (patch) | |
tree | 76324ef58fd3ab1f80f0fad83b1ab8c51c896dc7 /src | |
parent | a5fdadfa18fce0dfa60f6ae45b877173d9fa312b (diff) |
Another include file slipped. This gets via/epia-m building again.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4459 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/southbridge/ricoh/rl5c476/rl5c476.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.c b/src/southbridge/ricoh/rl5c476/rl5c476.c index 57e0993f82..799619775e 100644 --- a/src/southbridge/ricoh/rl5c476/rl5c476.c +++ b/src/southbridge/ricoh/rl5c476/rl5c476.c @@ -24,6 +24,7 @@ #include <device/pci_ids.h> #include <console/console.h> #include <device/cardbus.h> +#include <delay.h> #include "rl5c476.h" #include "chip.h" |