diff options
Diffstat (limited to 'hw/timer/m48t59.c')
-rw-r--r-- | hw/timer/m48t59.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/timer/m48t59.c b/hw/timer/m48t59.c index ca3ed445de..5d26e9aef0 100644 --- a/hw/timer/m48t59.c +++ b/hw/timer/m48t59.c @@ -22,6 +22,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ + #include "qemu/osdep.h" #include "hw/hw.h" #include "hw/timer/m48t59.h" @@ -30,6 +31,7 @@ #include "hw/sysbus.h" #include "exec/address-spaces.h" #include "qemu/bcd.h" +#include "qemu/module.h" #include "m48t59-internal.h" |