From 53e518692baf93c16e3e37be399b98c7689b6d21 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 7 Oct 2018 14:55:56 +0200 Subject: [PATCH] The ISA RTC code now #includes . --- src/isartc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/isartc.c b/src/isartc.c index b5b4363b6..f72743d42 100644 --- a/src/isartc.c +++ b/src/isartc.c @@ -28,7 +28,7 @@ * NOTE: The IRQ functionalities have been implemented, but not yet * tested, as I need to write test software for them first :) * - * Version: @(#)isartc.c 1.0.5 2018/09/03 + * Version: @(#)isartc.c 1.0.6 2018/10/07 * * Author: Fred N. van Kempen, * @@ -68,6 +68,7 @@ #include #include #include +#include #include #include "86box.h" #include "cpu/cpu.h"