aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801bx/i82801bx_watchdog.c
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2010-07-07 15:09:09 +0000
committerMyles Watson <mylesgw@gmail.com>2010-07-07 15:09:09 +0000
commite32d3991d04e896bcb9fd8315bab68d54146e017 (patch)
treea20d87f038a040211a6e40b198bb56b669c41b57 /src/southbridge/intel/i82801bx/i82801bx_watchdog.c
parent7bcaa920e8028b79e039137736ebfbd91e1afaa6 (diff)
Kill a few more warnings.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5656 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/intel/i82801bx/i82801bx_watchdog.c')
-rw-r--r--src/southbridge/intel/i82801bx/i82801bx_watchdog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801bx/i82801bx_watchdog.c b/src/southbridge/intel/i82801bx/i82801bx_watchdog.c
index fcb08a1a0c..cd0c20d98e 100644
--- a/src/southbridge/intel/i82801bx/i82801bx_watchdog.c
+++ b/src/southbridge/intel/i82801bx/i82801bx_watchdog.c
@@ -22,6 +22,7 @@
#include <arch/io.h>
#include <device/device.h>
#include <device/pci.h>
+#include <watchdog.h>
/* TODO: I'm fairly sure the same functionality is provided elsewhere. */