diff options
Diffstat (limited to 'hw/watchdog.h')
-rw-r--r-- | hw/watchdog.h | 2 |
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; |