aboutsummaryrefslogtreecommitdiff
path: root/hw/watchdog.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-09-20 08:02:28 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-09-20 08:02:28 +0000
commit9801c7b436cb86456db6c34d099829d2e8796440 (patch)
treebb54148f4cc02d9d339637e84ab4452ccca8768e /hw/watchdog.h
parent8756aa72608ee87f54ede737e79ac56ff344a485 (diff)
Compile wdt_i6300esb only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/watchdog.h')
-rw-r--r--hw/watchdog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/watchdog.h b/hw/watchdog.h
index 330062c85f..8fd32c34da 100644
--- a/hw/watchdog.h
+++ b/hw/watchdog.h
@@ -22,6 +22,8 @@
#ifndef QEMU_WATCHDOG_H
#define QEMU_WATCHDOG_H
+#include "qemu-queue.h"
+
struct WatchdogTimerModel {
QLIST_ENTRY(WatchdogTimerModel) entry;