summaryrefslogtreecommitdiff
path: root/hw/mc146818rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mc146818rtc.h')
-rw-r--r--hw/mc146818rtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/mc146818rtc.h b/hw/mc146818rtc.h
index f286b6a12a..967403edb5 100644
--- a/hw/mc146818rtc.h
+++ b/hw/mc146818rtc.h
@@ -1,8 +1,8 @@
#ifndef MC146818RTC_H
#define MC146818RTC_H
-#include "isa.h"
-#include "mc146818rtc_regs.h"
+#include "hw/isa.h"
+#include "hw/mc146818rtc_regs.h"
ISADevice *rtc_init(ISABus *bus, int base_year, qemu_irq intercept_irq);
void rtc_set_memory(ISADevice *dev, int addr, int val);