From 705cfe9e82b37465f6e873552fe3b5f80064dad1 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sat, 20 Jun 2020 17:15:07 -0400 Subject: [PATCH] Fix rtime in db-converter compilation --- libretro-db/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-db/Makefile b/libretro-db/Makefile index 65e92d4240..0aaede082f 100644 --- a/libretro-db/Makefile +++ b/libretro-db/Makefile @@ -15,6 +15,7 @@ LIBRETRO_COMMON_C = \ $(LIBRETRO_COMM_DIR)/string/stdstring.c \ $(LIBRETRO_COMM_DIR)/streams/file_stream.c \ $(LIBRETRO_COMM_DIR)/compat/compat_strcasestr.c \ + $(LIBRETRO_COMM_DIR)/time/rtime.c \ $(LIBRETRO_COMM_DIR)/file/file_path.c \ $(LIBRETRO_COMM_DIR)/file/file_path_io.c \ $(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c \