ports/emulators/libretro-vice/files/patch-vice_src_rtc_rtc.h
Max Brazhnikov 8ed769bb08 Add new port emulators/libretro-vice:
libretro cores for emulating Commodore computers.

PR:		251936
Submitted by:	Daniel Menelkir
2021-01-02 20:40:36 +00:00

13 lines
252 B
C

--- vice/src/rtc/rtc.h.orig 2020-12-18 10:39:47 UTC
+++ vice/src/rtc/rtc.h
@@ -28,10 +28,7 @@
#define VICE_RTC_H
#include "types.h"
-
-#ifdef HAVE_TIME_T_IN_TIME_H
#include <time.h>
-#endif
#ifdef HAVE_TIME_T_IN_TYPES_H
#include <sys/types.h>