The ISA RTC code now #includes <time.h>.

This commit is contained in:
OBattler
2018-10-07 14:55:56 +02:00
parent fd6cacc312
commit 53e518692b

View File

@@ -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, <decwiz@yahoo.com>
*
@@ -68,6 +68,7 @@
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <wchar.h>
#include "86box.h"
#include "cpu/cpu.h"